Skip to content

Commit 65674b3

Browse files
committed
Changed the size of LiteNetLibTransport._connectionBytes to be 1000.
1 parent d7f7f8b commit 65674b3

7 files changed

Lines changed: 2 additions & 2 deletions

File tree

Netick/Editor/Netick.CodeGen.dll

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

Netick/Runtime/Netick.Unity.dll

0 Bytes
Binary file not shown.

Netick/Runtime/Netick.dll

0 Bytes
Binary file not shown.

Transport/LiteNetLib Transport/LiteNetLibTransport.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public LNLConnection(LiteNetLibTransport transport)
2929
private NetManager _netManager;
3030
private NetDataWriter _writer = new NetDataWriter();
3131
private BitBuffer _buffer;
32-
private byte[] _connectionBytes = new byte[200];
32+
private byte[] _connectionBytes = new byte[1000];
3333
private int _port;
3434
private Dictionary<NetPeer, LNLConnection> _clients;
3535
private Queue<LNLConnection> _freeClients;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.karrar.netick",
3-
"version": "0.14.39",
3+
"version": "0.14.40",
44
"displayName": "Netick",
55
"description": "A networking solution for Unity",
66
"unity": "2021.3",

0 commit comments

Comments
 (0)