Mirror icon indicating copy to clipboard operation
Mirror copied to clipboard

NetworkClient.connection: type changed from NetworkConnection to explicit NetworkConnectionToServer to ensure correct usage. C# has a great type system, we should use to prevent issues.

Open miwarnec opened this issue 2 years ago • 0 comments

we need to use explicit types for safety. this way C# type system can catch errors. notice the unit test being wrong, this wasn't caught before.

TODO

  • [ ] 2 failing tests

miwarnec avatar Apr 11 '23 03:04 miwarnec