mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-12 23:55:41 +00:00
Initialize _pendingBuffer
This commit is contained in:
parent
cb232cd0d3
commit
220eeeec69
@ -10,7 +10,7 @@ internal sealed class Connection : IDisposable
|
|||||||
private readonly List<byte[]> _readyBuffers = new();
|
private readonly List<byte[]> _readyBuffers = new();
|
||||||
private readonly Socket _socket;
|
private readonly Socket _socket;
|
||||||
|
|
||||||
private byte[] _pendingBuffer;
|
private byte[] _pendingBuffer = Array.Empty<byte>();
|
||||||
private Timer? _timer;
|
private Timer? _timer;
|
||||||
private nint _vpConnection;
|
private nint _vpConnection;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user