-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ensure only deserializable cmds are written to command topic (#5645
) * fix: ensure only deserializable cmds are written to command topic fixes: #5643 Ensures all commands written to the command topic can be deserialized before writing them. A non-deserializable command causes the command runner thread to die. Even restarting the server won't help as the server will stop when it hits the non-deserializable command again. This adds some level of protection. Co-authored-by: Andy Coates <big-andy-coates@users.noreply.github.com>
- Loading branch information
Showing
4 changed files
with
97 additions
and
22 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
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