mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
fix(LatencySimulation): Implement OnServerConnectedWithAddress
This commit is contained in:
parent
938cdc6c2a
commit
4c22f878c7
@ -242,6 +242,7 @@ public override void ServerSend(int connectionId, ArraySegment<byte> segment, in
|
||||
public override void ServerStart()
|
||||
{
|
||||
wrap.OnServerConnected = OnServerConnected;
|
||||
wrap.OnServerConnectedWithAddress = OnServerConnectedWithAddress;
|
||||
wrap.OnServerDataReceived = OnServerDataReceived;
|
||||
wrap.OnServerError = OnServerError;
|
||||
wrap.OnServerTransportException = OnServerTransportException;
|
||||
|
Loading…
Reference in New Issue
Block a user