Open joshuaadickerson opened 5 years ago
Use GuzzleHttp\Client::postAsync() instead of post() and return the promise so program execution isn't waiting on Slack messages.
GuzzleHttp\Client::postAsync()
post()
Note: this package is no longer being actively maintained. 95
Note: this package is no longer being actively maintained.
Use
GuzzleHttp\Client::postAsync()
instead ofpost()
and return the promise so program execution isn't waiting on Slack messages.