Connectanum

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.

Thanks for the input!

Does anyone know why Connectanum doesn’t work with crossbar server 22.6.1?

it should, but it’s some time ago I personally last used it:

this also has authentication methods, which also should work with Crossbar.io

Also I’ve noticed that the current version for crossbar on the site is 22.7.1 but PyPi only has 22.6.1.

in fact, latest version is: GitHub - crossbario/crossbar at v23.1.2

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.

Is this something that I could offer to fix?

This is very confusing. …

sorry for that! the docs are a bit of a mess …

I’m going to assume docker is the way to go?

yes, docker is good!

https://hub.docker.com/r/crossbario/crossbar/tags?page=1&name=23.1.2

Is this something that I could offer to fix?

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”:wink: 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.