First and foremost, is there a public issue tracker where I can post bug reports?<div><br></div><div>With the new .NET RabbitMQ.Client v2.8.4, I'm starting to receive these messages during the shutdown process in my application:</div><div><br></div><div>System.NotSupportedException: Stream does not support writing.<br>
&nbsp; &nbsp;at System.IO.BufferedStream.<wbr>WriteByte(Byte value)<br>
&nbsp; &nbsp;at System.IO.BinaryWriter.Write(<wbr>Byte value)<br>
&nbsp; &nbsp;at RabbitMQ.Client.Impl.Frame.<wbr>WriteTo(NetworkBinaryWriter writer)<br>
&nbsp; &nbsp;at RabbitMQ.Client.Impl.<wbr>SocketFrameHandler_0_9.<wbr>WriteFrame(Frame frame)<br>
&nbsp; &nbsp;at RabbitMQ.Client.Impl.Command.<wbr>Transmit(Int32 channelNumber, ConnectionBase connection)<br>
&nbsp; &nbsp;at RabbitMQ.Client.Impl.<wbr>SessionBase.Transmit(Command cmd)<br>
&nbsp; &nbsp;at RabbitMQ.Client.Impl.<wbr>MainSession.Transmit(Command cmd)<br>
&nbsp; &nbsp;at RabbitMQ.Client.Impl.<wbr>ConnectionBase.Close(<wbr>ShutdownEventArgs reason, Boolean abort, Int32 timeout)<br>
&nbsp; &nbsp;at RabbitMQ.Client.Impl.<wbr>ConnectionBase.Abort(Int32 timeout)<br></div><div><br></div><div>The code I'm invoking which causes the behavior is "connection.Abort(3000);". &nbsp;This is part of the shutdown code which waits about 3 seconds before forcefully terminating the connection. &nbsp;Obviously this is fairly easy to work around on my end, but I wasn't sure if it was intended/expected behavior or if it was a regression of some kind.</div><div><br></div><div>Lastly, do you guys need an additional maintainer for the RabbitMQ.Client NuGet package? I've seen a few releases where the package wasn't released in a timely manner.</div>