-
Notifications
You must be signed in to change notification settings - Fork 307
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lwcapi: avoid queue for high priority messages (#1683)
Some messages such as the subscription metadata need to go through in order to properly process data. In some cases we would see a lot of input data come in almost immediately and result in the subscription info messages getting dropped. The consumer was then unable to match the datapoints with an expr. This changes the messages for setting up a new subscription to be a high priority path that bypasses the queue for incoming data points.
- Loading branch information
1 parent
226e2a7
commit 727fd46
Showing
3 changed files
with
40 additions
and
42 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