-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG/MEDIUM: Fix bind updates without restart
Some keywords in bind parameters were not using the right type for serialization (ServerOption instead of BindOption). Since both types share the same interface, the serialization to disk was working, but the parser was silently ignoring ServerOptions. So when the user used the API to create a new Bind and then GET it, the parser would miss those keywords because they have the wrong type in the cache.
- Loading branch information
Showing
1 changed file
with
17 additions
and
17 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