fix(LatencySimulation): Implement OnServerConnectedWithAddress

This commit is contained in:
MrGadget 2024-07-11 11:33:50 -04:00
parent 131b2d3022
commit 90afea0c57

View File

@ -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;