mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2024-12-29 12:21:25 +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);
|
||||
|
||||
protected override void OnConnectionFailed(ProductUserId remoteId) => OnDisconnected.Invoke();
|
||||
public void EosNotInitialized()
|
||||
{
|
||||
SetTransportError("EOS not initialized");
|
||||
OnDisconnected.Invoke();
|
||||
}
|
||||
public void EosNotInitialized() => OnDisconnected.Invoke();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user