Skip to content
This repository was archived by the owner on Jun 10, 2022. It is now read-only.

Optimise zmq socket connection#585

Open
rg911 wants to merge 15 commits into
devfrom
new_socket_fix
Open

Optimise zmq socket connection#585
rg911 wants to merge 15 commits into
devfrom
new_socket_fix

Conversation

@rg911

@rg911 rg911 commented Mar 4, 2021

Copy link
Copy Markdown
Contributor
  • Combined server message handler into one.
  • Combined message channels builders
  • Grouped zmq sockets by topic parameters(address if any). Server will check if existing socket connections with the same topic param (address) or topic name (block) and reuse the existing socket.
  • Existing zmqSubimission and socket emitter 1:1 relationship unchanged.

image

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant