-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VSR: Fix liveness issue for misdirected reply messages
We now also ignore unexpected commands in the Replica's on_message() handler as we were doing for the Client, and we use an exhaustive switch, which would also have been better in the first place. Reported-by: @ThreeFx Refs: #9
- Loading branch information
1 parent
119c889
commit 146a3d7
Showing
2 changed files
with
18 additions
and
6 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