You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's possible to configure a router or a peer to listen to and to connect to the same endpoint. This breaks pub/sub: all publications are received twice (except the first one for some reason?).
To reproduce
Configure an peer or a router with connect/endpoints:["tcp/localhost:10000"] and listen/endpoints:["tcp/localhost:10000"]
Start a subscriber on key-expression k
Start a publisher on key-expression k with payloads 0, 1, 2, 3, ...
The subscriber will receive 0, 1, 1, 2, 2, 3, 3, ...
Describe the bug
It's possible to configure a router or a peer to listen to and to connect to the same endpoint. This breaks pub/sub: all publications are received twice (except the first one for some reason?).
To reproduce
connect/endpoints:["tcp/localhost:10000"]
andlisten/endpoints:["tcp/localhost:10000"]
k
k
with payloads0, 1, 2, 3, ...
The subscriber will receive
0, 1, 1, 2, 2, 3, 3, ...
System info
The text was updated successfully, but these errors were encountered: