You've already forked linux-packaging-mono
Imported Upstream version 6.4.0.150
Former-commit-id: 2cf3acd45014a53dda66c13f7378a88695d3c93e
This commit is contained in:
parent
7eed0321b0
commit
345224e2bc
@ -153,7 +153,7 @@ namespace System.Net.Sockets
|
||||
Socket completedSocket = socket;
|
||||
SocketOperation completedOperation = operation;
|
||||
|
||||
if (this.AsyncCallback != null) {
|
||||
if (!CompletedSynchronously && AsyncCallback != null) {
|
||||
ThreadPool.UnsafeQueueUserWorkItem(state => ((SocketAsyncResult)state).AsyncCallback((SocketAsyncResult)state), this);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user