Cant get ConnectToken to work

Options
Ive tried few days to get it work but without success.
The idea was that the player can choose his username, colors etc in the options and when connecting to the server, these data is given in the ConnectionToken.
I never receive nothing from that Token at the server. There was speculation that it might be because I have set the Connection accept mode to Auto. (Im still not using passwords etc, hence auto).

I would be nice if someone confirms me this, or check if there problem is somewhere else.
https://github.com/Sazem/ConnectionTokenProblem

Comments

  • stanchion
    Options
    I added some logs to one of our examples, I don't see the issue.
    https://gist.github.com/herpdederp/f349c77db51e38638c63c83b81d1dd64
  • Sazem
    Options
    I got it working. I actually tried almost exactly like in the examples and those didnt work then neither. So I started to suspect it might be the old version of bolt im using. finally that was it, I was using the old 1.2.4 version of the Bolt.
    Now with 1.2.8 it worked perfectly! Should have updated before but I was way too afraid losing 4 months of work.