1 parent 75b1de4 commit 0be3692Copy full SHA for 0be3692
1 file changed
Pegasus/Network/NetworkSession.cs
@@ -119,6 +119,7 @@ private void ReceiveCallback(IAsyncResult result)
119
catch (Exception e)
120
{
121
log.Error(e);
122
+ BeginReceive();
123
}
124
125
0 commit comments