Jump to content

Preventing events from triggering at the same time.


Recommended Posts

Posted (edited)
7 hours ago, NoxMerc said:

You can't have two events trigger simultaneously if they're both blocking (synchronous) events, and there's really no reason to make a LoginHandler asynchronous, so you should be good to go.

If they are asynchronous just execute them in your onStart or a function that is guaranteed to run once and you’ll also be fine. 

Edited by jca

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...