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

Multiple threads to allow for event listeners to work properly asynchronously #295

Open
theluci opened this issue Jul 20, 2023 · 0 comments

Comments

@theluci
Copy link

theluci commented Jul 20, 2023

I am trying to call a second event for a second event listener while still running the code within the first event listener, but all events are not callable until the first event is finished running, I cannot even run socket.disconnect() via the client.
How can I do create another thread to run the first event listener while simultaneously allowing for the second one to also be called? Thanks!

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

1 participant