You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently ending a booking, stopping a server and restarting a server all block until the process for the server is started. While this is a little easier to program it makes some requests take a little long. Making these actions happen asynchronously makes more sense.
The text was updated successfully, but these errors were encountered:
Currently ending a booking, stopping a server and restarting a server all block until the process for the server is started. While this is a little easier to program it makes some requests take a little long. Making these actions happen asynchronously makes more sense.
The text was updated successfully, but these errors were encountered: