Skip to content

Commit 0be3692

Browse files
committed
Fixed server not accepting new packets for a session after a non fatal exception occurs. fixes#3
1 parent 75b1de4 commit 0be3692

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Pegasus/Network/NetworkSession.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ private void ReceiveCallback(IAsyncResult result)
119119
catch (Exception e)
120120
{
121121
log.Error(e);
122+
BeginReceive();
122123
}
123124
}
124125

0 commit comments

Comments
 (0)