ConnectToken is always null when client connects to server

Whenever a client connects to the server via "BoltNetwork.Connect" they supply a token. When I see the server connects with the client and callback "Connected(BoltConnection connection)" executes, I check the client's ConnectToken and it's always null... I did register the token on the server with "BoltNetwork.RegisterTokenClass" in "BoltStartBegin()"

Comments