When running the "websocket_calle` example with "-p 8080", I get the error mentioned in the title, followed by:
"WAMP Protocol Error (invalid serialization of WAMP message: ExtraData unpack(b) received extra data.)"
The router configuration I use is taken from this example and invoked as suggested in crossbar.io:
docker run -v $PWD:/node -u 0 --rm --name=crossbar -it -p 8080:8080 crossbario/crossbar
Is there a fix for this? Am I doing something wrong?