crossbario / crossbar

Crossbar.io - WAMP application router
https://crossbar.io/
Other
2.05k stars 274 forks source link

rlinks: existing events not forwarded #1914

Closed asimfarooq5 closed 2 years ago

asimfarooq5 commented 2 years ago

This is very similar to https://github.com/crossbario/crossbar/issues/1909 but for events.

The same configuration can be used to reproduce the bug.

Just to confirm, the rlink config have both forward_local_events and forward_remote_events set to true.

om26er commented 2 years ago

Great work, I can reproduce that issue as well. Luckily this should be a simple fix.

asimfarooq5 commented 2 years ago

Just verified, issue fixed in the linked PR.