Skip to content

Use a queue for published messages#34

Draft
klanclos wants to merge 2 commits intomainfrom
pub_queue
Draft

Use a queue for published messages#34
klanclos wants to merge 2 commits intomainfrom
pub_queue

Conversation

@klanclos
Copy link
Copy Markdown
Contributor

All other interactions with a ZeroMQ socket were controlled via queues and emptied by background threads. This pull request implements the same structure for published messages; this mitigates the risk of segmentation faults in a multithreaded environment where many threads might be making independent calls to the publish() method of a publish server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant