Navigation

    Colyseus
    • Login
    • Search
    • Recent
    • Tags
    • Users
    1. Home
    2. nguyen991
    3. Posts
    • Profile
    • More
      • Continue chat with nguyen991
      • Flag Profile
      • Following
      • Followers
      • Topics
      • Posts
      • Best
      • Groups

    Posts made by nguyen991

    Proxy error getaddrinfo ENOTFOUND

    Hi, I'm trying Dynamic proxy with @colyseus/proxy. Here logs when start proxy

    3|colyseus | @colyseus/proxy listening at {"address":"::","family":"IPv6","port":8080}
    3|colyseus | LISTEN add { processId: 'sVP_lHbH6', address: 'null:2577' }
    3|colyseus | LISTEN add { processId: 'LTUuaSyW6', address: 'null:2567' }
    3|colyseus | LISTEN add { processId: 'cixG2EmEF', address: 'null:2587' }
    

    Then, try to call an api and get error logs

    3|colyseus-proxy  | Using proxy 0 /ping
    3|colyseus-proxy  | Proxy error during: /ping
    3|colyseus-proxy  | Error: getaddrinfo ENOTFOUND null
    3|colyseus-proxy  |     at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:66:26)
    

    Please help, thanks

    posted in Questions & Help •
    Presence register ip address

    I run proxy and colyseus instances on the same computer, and everything work fine on version 0.10.
    I just upgrade to version 0.11, and I note that colyseus presence not register ip as a local, instead it use real ip and port, I'm not publish these ports. Is it mean I must open port for every instance, which is run on difference ports ?
    Is there anyway presence register ip as localhost, like old version

    posted in Questions & Help •
    How to close client from all joined rooms

    I have a client join to several rooms. Now I want to close a user from all joined room. Is there any effectively way to do that.
    Thanks

    posted in Questions & Help •