mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2026-04-03 20:08:21 +00:00
WIP
This commit is contained in:
@@ -654,7 +654,7 @@ public partial class EpConnection : NetworkConnection, IStore
|
||||
{
|
||||
if (authPacket.Tdu != null)
|
||||
{
|
||||
var (_, parsed) = Codec.ParseSync(authPacket.Tdu.Value, Instance.Warehouse);
|
||||
var (_, parsed) = Codec.ParseSync(authPacket.Tdu.Value, null);
|
||||
|
||||
if (parsed is Map<byte, object> headers)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user