-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Handle IM error in Read When handling the data returned on a read, we were proceeding to decode the data even if we had just received a status code. This resulted in confusing errors being delivered up to clients that seemed to indicate we couldn't decode the data when in fact, we never received any data at all and rather, just got a status code. * Test cluster server was missing the impl for the NullableStruct, resulting in some Cirque test failures * Add support for writing to the NullableStruct as well * Add writable version of NullableStruct too
- Loading branch information
1 parent
fff3eb7
commit f78e381
Showing
2 changed files
with
46 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters