1
我試圖在本地運行/調試我的雲項目時發生意外的錯誤,但服務總線連接保持與錯誤而崩潰:基礎連接已關閉:上一個發送
<15:46:59> MessagingFactory successfully created
<15:47:39> Exception: The underlying connection was closed: An unexpected error occurred on a send..
....
System.IO.IOException: Unable to read data from the transport connection:
An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult)
at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)
--- End of inner exception stack trace ---
at System.Net.TlsStream.EndWrite(IAsyncResult asyncResult)
at System.Net.PooledStream.EndWrite(IAsyncResult asyncResult)
at System.Net.ConnectStream.WriteHeadersCallback(IAsyncResult ar)}
我也收到此錯誤時使用Service Bus Explorer工具。
當部署到雲時一切正常,服務總線連接正常。
任何人都可以幫助我嗎?可能是什麼原因? 提前謝謝!
謝謝!有線部分是,一切工作順利,直到現在.. – oanaioana
這可以確認,第一次檢查確定,除非從供應商更改。其他人可能仍需要驗證,因爲最後2人可能會發生。 – pushpraj
卡巴斯基正在關閉我的連接... – oanaioana