mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 05:05:40 +12:00
blah
This commit is contained in:
parent
29e5ab8093
commit
3ed0120b9b
1 changed files with 3 additions and 2 deletions
|
@ -88,8 +88,9 @@ namespace HISP.Server.Network
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
if (!base.checkForError(e))
|
if(base.checkForError(e)) return;
|
||||||
ProcessReceivedPackets(e.BytesTransferred, e.Buffer);
|
ProcessReceivedPackets(e.BytesTransferred, e.Buffer);
|
||||||
|
if (base.checkForError(e)) return;
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue