When I send to a client I get
Attempt to send to not connected connection {1}
But on the server
OnServerDisconnect
is never called
When I send to a client I get
Attempt to send to not connected connection {1}
But on the server
OnServerDisconnect
is never called
Are you using LLAPI? Cause the OnServerDisconnect is a part of the HLAPI
I am using HLAPI and listening on a class extended from NetworkManager.