Skip to content

fix(connection_manager): simplify ZeroMQ connect address handling by removing source-NIC binding logic#380

Merged
from2001 merged 1 commit intodevelopfrom
fix/multi-nic-issue-on-android
Mar 17, 2026
Merged

fix(connection_manager): simplify ZeroMQ connect address handling by removing source-NIC binding logic#380
from2001 merged 1 commit intodevelopfrom
fix/multi-nic-issue-on-android

Conversation

@from2001
Copy link
Collaborator

This pull request updates the logic for building ZeroMQ connection addresses in the ConnectionManager to ensure compatibility with NetMQ, which does not support the extended TCP format used by libzmq. The method now always returns a standard tcp://host:port address, simplifying the connection process.

Networking compatibility update:

  • Updated the BuildConnectAddress method in ConnectionManager.cs to always use the plain tcp://host:port format, removing logic for source-NIC binding and the unsupported extended TCP format, to ensure compatibility with NetMQ.

@from2001 from2001 merged commit fb0f81b into develop Mar 17, 2026
@from2001 from2001 deleted the fix/multi-nic-issue-on-android branch March 17, 2026 12:12
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