Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

room leave & error events not triggered #51

Closed
baochungit opened this issue Jan 31, 2024 · 1 comment
Closed

room leave & error events not triggered #51

baochungit opened this issue Jan 31, 2024 · 1 comment

Comments

@baochungit
Copy link

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)
@endel endel closed this as completed in 022fcf6 Jan 31, 2024
@endel
Copy link
Member

endel commented Jan 31, 2024

Thank you for reporting @baochungit, just fixed this on 0.15.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants