mirror of
https://github.com/islehorse/HISP.git
synced 2025-06-08 20:11:28 +12:00
Improve WebSocket performance
This commit is contained in:
parent
eefc2b926d
commit
458748e6b0
8 changed files with 118 additions and 73 deletions
|
@ -13,7 +13,6 @@ namespace HISP.Server.Network
|
|||
internal Action<byte[]> onReceiveCallback;
|
||||
internal Action onDisconnectCallback;
|
||||
|
||||
internal List<byte> currentPacket = new List<byte>();
|
||||
internal byte[] workBuffer = new byte[0xFFFF];
|
||||
|
||||
internal bool isDisconnecting = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue