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
If a client sends a request with ID -0- (zero) this is converted into a response with ID null, as the check for the presence of an ID in the ResponseCreator is not sufficiently typesafe. The perils of working in PHP, I guess!
I was getting errors on the client side like Received a surprise response from the server with id null after sending such a request ID.
The text was updated successfully, but these errors were encountered:
* Do not cast integer as string ids
* Replace PHPUnit exact match with PHP-coduo
* Allow for zero IDs; notifications are only NULL
* Fix#94
---------
Co-authored-by: Brad Jones <[email protected]>
From @bradjones1
The text was updated successfully, but these errors were encountered: