- Improved connection handling via php sockets.
- Added failure callback as a second argument to
connect(?callable $success, ?callable $failure = null) : void
method. - Fixed bug with payload data not being sent on response.
- Fixed incorrect support_flags type.