mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
Update Client.cs
This commit is contained in:
parent
4ffe433afd
commit
a96cad2dfc
@ -195,10 +195,6 @@ namespace EpicTransport
|
|||||||
public void Send(byte[] data, int channelId) => Send(hostProductId, socketId, data, (byte)channelId);
|
public void Send(byte[] data, int channelId) => Send(hostProductId, socketId, data, (byte)channelId);
|
||||||
|
|
||||||
protected override void OnConnectionFailed(ProductUserId remoteId) => OnDisconnected.Invoke();
|
protected override void OnConnectionFailed(ProductUserId remoteId) => OnDisconnected.Invoke();
|
||||||
public void EosNotInitialized()
|
public void EosNotInitialized() => OnDisconnected.Invoke();
|
||||||
{
|
|
||||||
SetTransportError("EOS not initialized");
|
|
||||||
OnDisconnected.Invoke();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user