Skully17
Skully17
We are having an issue with publish in crossbar io 22.6.1 and previous versions with Rlinks. We require Rlinks to forward local topic publications and RPC’s to cloud and vice...
- Fixed PubSub over RLinks by using "sub_details['id']" instead of "sub_id". - changed "sub_id" to "sub_session" These changes follow the fix made to registering over RLinks in #1789
Fix for #2079 - Corrected param name - Added variable for repetitively accessed dictionary value - extended if statement to also check if "sub" is not None to see if...
In response to the comment made here: https://github.com/crossbario/crossbar/issues/2079#issuecomment-1558817593, I have written some automated that tests any scenarios that came to mind and, most importantly, re-creates the errors that I fixed...
Hello, I have a simple setup of a “local” Crossbar router which connects to a “remote” Crossbar router using Rlink. When calling/publishing from the “remote” router to a URL that...
Hello, I have a system that uses a local Crossbar router which connects, using RLink, to a remote Crossbar router on the cloud. The remote router needs to be able...
Hello, I can not currently install Crossbar with pip because of dependency errors. Originally I tried to install v23.1.2 from GitHub and it gave me this error: ``` ERROR: Cannot...