Does anyone know why Connectanum doesn’t work with crossbar server 22.6.1?
Would like to use crossbar with flutter/dart but there are no examples on the internet and TicketAuthentication nor CraAuthentication don’t seem to work. For some reason CraAuthentication doesn’t even return the correct signature to the server even when the creds are right.
Also I’ve noticed that the current version for crossbar on the site is 22.7.1 but PyPi only has 22.6.1.
This is very confusing. The crossbar website says 22.7.1 and when I pip install, 22.6.1 is the latest available. What is the recommended method to install the latest version? The documents for 22.7.1 contain instructions for pip install.
I’m going to assume docker is the way to go? I will try that this morning.
so improving the docs for example would be greatly appreciated!
helping with keeping the wheels running or improving the testing or CI/CD also needs more hands and love. however, tiny warning, this isn’t for the faint hearted and quite “complex” but, if you can do, your help would be highly appreciated … to say the least.
The problem ended up being that Connectanum doesn’t handle auto-reconnects with websockets properly. Once I disabled reconnects and figured out how to await the client connect properly it was fine.