Navigation

    Colyseus
    • Login
    • Search
    • Recent
    • Tags
    • Users
    1. Home
    2. boygiandi
    B

    boygiandi

    @boygiandi

    Chat Follow Unfollow
    1
    Reputation
    16
    Posts
    2147
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    • Profile
    • More
      • Continue chat with boygiandi
      • Flag Profile
      • Following
      • Followers
      • Topics
      • Posts
      • Best
      • Groups
    boygiandi Follow

    Posts made by boygiandi

    RE: How to disconnect from Client

    I still face this problem. Should I do this

    delete room
    room = null
    

    After leave() room ?

    posted in Questions & Help •
    RE: Invalid WebSocket frame: invalid payload length 126

    @endel Is there any way to fix it ?

    posted in Questions & Help •
    RE: Invalid WebSocket frame: invalid payload length 126

    Ah.. I'm sorry. I didn't make server crash. Just make the client disconnected.

    posted in Questions & Help •
    RE: Invalid WebSocket frame: invalid payload length 126

    Yes. It crash server

    posted in Questions & Help •
    RE: When running server: "TypeError: Cannot read property 'types' of undefined"

    @globallyltd I have this error when I use and empty State. Then I try create a property in that state object and it works.

    posted in Questions & Help •
    RE: Invalid WebSocket frame: invalid payload length 126

    React native, When I got this error I'm testing on iOS simulator. It just happen sometime.

    posted in Questions & Help •
    Invalid WebSocket frame: invalid payload length 126

    Sometime I get this error. What is it and how to fix ?

      colyseus:errors RangeError: Invalid WebSocket frame: invalid payload length 126
      colyseus:errors     at Receiver.getInfo (/home/godate/node_modules/ws/lib/receiver.js:216:16)
      colyseus:errors     at Receiver.startLoop (/home/godate/node_modules/ws/lib/receiver.js:130:22)
      colyseus:errors     at Receiver._write (/home/godate/node_modules/ws/lib/receiver.js:77:10)
      colyseus:errors     at doWrite (_stream_writable.js:415:12)
      colyseus:errors     at writeOrBuffer (_stream_writable.js:399:5)
      colyseus:errors     at Receiver.Writable.write (_stream_writable.js:299:11)
      colyseus:errors     at TLSSocket.socketOnData (/home/godate/node_modules/ws/lib/websocket.js:876:35)
      colyseus:errors     at TLSSocket.emit (events.js:197:13)
      colyseus:errors     at addChunk (_stream_readable.js:288:12)
      colyseus:errors     at readableAddChunk (_stream_readable.js:269:11)
      colyseus:errors     at TLSSocket.Readable.push (_stream_readable.js:224:10)
      colyseus:errors     at TLSWrap.onStreamRead [as onread] (internal/stream_base_commons.js:145:17) +0ms```
    posted in Questions & Help •
    RE: Seat reservation expired when many servers using the same redis

    Wow. It's exactly my situation. I just fixed it by using @endel suggestion.
    Thank you

    posted in Questions & Help •
    RE: How to debug MatchMaker

    @endel said in How to debug MatchMaker:

    ming from your application. If you're using TypeScript, the compiler should be able to warn you where the issue is.
    This could be happening if you have if (yourCon

    No, it come from the MatchMaker request

    posted in Questions & Help •
    RE: How to debug MatchMaker

    Please help me. My product is in public test and prepare for official publish. And I got this problem

    posted in Questions & Help •