0
我有一個連接,我正在使用Socket.Close()
在服務器(另一個可執行文件)中關閉。在我的Socket.BeginReceive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, AsyncCallback callback, Object state)
通話客戶端,它拋出一個SocketException
說明當服務器關閉連接時,爲什麼從我的程序中拋出Socket.Receive異常報告異常?
An established connection was aborted by the software in your host machine
這給了我,我關閉一些線程被阻塞在Socket.Receive()
或Socket.EndReceive()
連接的印象。我在這裏做錯了嗎?