Skip to content

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

@theluci

Description

@theluci

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions