Closed
Description
The following error is logged when you try to invoke NetworkManager.StopClient()
from within an RPC:
Invoke Test()
from the server:
[ClientRpc]
public void TestClientRpc()
{
NetworkManager.StopClient();
}
public void Test()
{
TestClientRpc();
}
Environment:
- OS: Windows 10
- Unity Version: 2020.2.3f1
- MLAPI Version: v0.1.0