WIP switch to ServicePoint2 library
This commit is contained in:
parent
eb999b0d1a
commit
e1cfd714c1
31 changed files with 66 additions and 791 deletions
|
@ -13,7 +13,7 @@ internal sealed class PlayerInfoConnection
|
|||
private readonly MapEntityManager _entityManager;
|
||||
private readonly BufferPool _bufferPool;
|
||||
private readonly MemoryStream _tempStream = new();
|
||||
private IMemoryOwner<byte>? _lastMessage = null;
|
||||
private IMemoryOwner<byte>? _lastMessage;
|
||||
|
||||
public PlayerInfoConnection(
|
||||
Player player,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue