Navigation

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

    Posts made by amit-gshe

    RE: _disposeIfEmpty not trigger the onDispose callback

    @endel Thanks for your response. It works as I expect.

    posted in Questions & Help •
    _disposeIfEmpty not trigger the onDispose callback

    Hi all, I wonder how to do some logic when there is no clients in room. I trying to set the autoDispose of the room to false but how do I dispose the room? And I call protected _disposeIfEmpty but the onDispose not triggered.
    Update
    Can I use this.emit('dispose'); to dispose the room mannually?

    posted in Questions & Help •