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

Fix connection reset handling #34

Closed epiphone closed 2 years ago

epiphone commented 2 years ago

errorMessage is lowercase but we're comparing against an uppercase ECONNRESET.

endel commented 2 years ago

oops, thank you @epiphone!