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

Optimise zmq socket connection #585

Open
wants to merge 15 commits into
base: dev
Choose a base branch
from
Open

Optimise zmq socket connection #585

wants to merge 15 commits into from

Conversation

rg911
Copy link
Contributor

@rg911 rg911 commented Mar 4, 2021

  • 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