mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
fix(LatencySimulation): Implement OnServerConnectedWithAddress
This commit is contained in:
parent
131b2d3022
commit
90afea0c57
@ -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