Connect Null Client

As we continue converting our real-time server’s logic tests to work independently of the network, we run into a snag: our server checks that a client is connected before sending messages related to that client. But our new test doesn’t actually establish any connections. How can we solve this problem? More importantly, how can we make it clean?

comments powered by Disqus