mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
fix(MultiplexTransportTest): Can't use lambda discard parameters
This commit is contained in:
parent
bcd47d546e
commit
56d1575354
@ -260,7 +260,7 @@ public void TestServerSend()
|
||||
transport.ServerStart();
|
||||
transport.ClientConnect("some.server.com");
|
||||
|
||||
transport.OnServerConnectedWithAddress = (_,_) => {};
|
||||
transport.OnServerConnectedWithAddress = (connectionId, remoteClientAddress) => {};
|
||||
transport.OnServerDisconnected = _ => {};
|
||||
|
||||
// connect two connectionIds.
|
||||
|
Loading…
Reference in New Issue
Block a user