Navigation

    Colyseus
    • Login
    • Search
    • Recent
    • Tags
    • Users
    1. Home
    2. theturboboy
    theturboboy

    theturboboy

    @theturboboy

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

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

    Posts made by theturboboy

    RE: Can I remove one handle in OnMessage?

    onMessage returns function that remove listner:

    var removeListner = room.onMessage("powerup", (message) => {
      console.log("message received from server");
      console.log(message);
    });
    
    removeListner();
    
    posted in Questions & Help •