Hello I am testing the demo with a nakama server 3.1.2
In the docker-compose I have:
nakama:
container_name: nakama
image: heroiclabs/nakama:latest
Everything seems to work fine and I can creare a user and login, but when I try to enter in the game (socket connection) the client disconnect
{"level":"info","ts":"2021-04-12T12:55:26.339Z","msg":"New WebSocket session connected","uid":"068c04b7-6cbd-4d4a-9b60-9303b7088629","sid":"4c725181-1b61-4f6c-bf69-c484642ed0f3","format":0}
{"level":"info","ts":"2021-04-12T12:55:26.385Z","msg":"Match started","mid":"f7c75cf2-41a7-4343-ade2-9d67e6c920d2"}
{"level":"info","ts":"2021-04-12T12:56:16.405Z","msg":"Closed client connection","uid":"068c04b7-6cbd-4d4a-9b60-9303b7088629","sid":"4c725181-1b61-4f6c-bf69-c484642ed0f3"}
Best Regards
Hello I am testing the demo with a nakama server 3.1.2
In the docker-compose I have:
Everything seems to work fine and I can creare a user and login, but when I try to enter in the game (socket connection) the client disconnect
Best Regards