Closed baochungit closed 9 months ago
Hi, it seems the 2 events not been triggered, I added the code bellow to check but never seen any messages in console
room:on("leave", function(message) pprint(message) end) room:on("error", function(code, message) pprint(code, message) end)
Thank you for reporting @baochungit, just fixed this on 0.15.8
Hi, it seems the 2 events not been triggered, I added the code bellow to check but never seen any messages in console