📄️ ⚡ Asynchronous Requests (Non-Blocking)
By default, sending an API request to Bale Bot API will be a synchronous request, and block the execution of the script until it gets a response from the server or timeouts after 60 secs (throwing a Guzzle exception). However, an asynchronous non-blocking request can be sent by calling setAsyncRequest(true) before making any API request or at the time of initializing the library:
📄️ ⏳ Request Timeouts
By default, there is a 60 second timeout for waiting response from Bale Bot API servers, after this time is passed Guzzle exception will be thrown.