-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support Select Connections in
emit_mq_message
(#115)
* Update `emit_mq_message` to support SelectConnections Related to neon-iris improvements * Update `emit_mq_message` to support SelectConnection channel creation callback * Loosen dependency to allow newer `pika` * Troubleshoot channel opening * Add more logging * Add more logging to troubleshoot blocking connection usage * Cleanup logging Troubleshoot blocking connection usage * Update `emit_mq_message` to prevent mutating input data Add test coverage for `emit_mq_message` for Blocking and Select connections * Update log to DEBUG Disable sync and observer threads in test Connector instance * Update test to wait for open event
- Loading branch information
1 parent
a9fba67
commit cfc073f
Showing
3 changed files
with
125 additions
and
30 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
pika==1.2.0 | ||
pika~=1.2 | ||
ovos-config~=0.0,>=0.0.8 | ||
ovos-utils~=0.0,>=0.0.32 |
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