colyseus / proxy

🔀⚔ Proxy and Service Discovery for Colyseus 0.10 ~ 0.14 (Not recommended on 0.15+)
https://docs.colyseus.io/scalability/
MIT License
37 stars 25 forks source link

create Room Failed #21

Closed lyh1091106900 closed 2 years ago

lyh1091106900 commented 2 years ago

system:Win10 node :14.15.4

I create a colyseus instance and bind port 8000,then I run stress-test and location is 127.0.0.1:8000, I connect to sever and call const ranked = await client.joinOrCreate("ranked", {maxWaitingTime:12,numClientsToMatch:1});,but It didn't get ranked back.please help.

`

lyh1091106900 commented 2 years ago

I failed because my redis didn't launch