Hi,
I am new to Autobahn, i have a websocket server (perl, Protocol::WebSocket), I have problems with it (stability, mixing clients with fileno), and i found this project (https://github.com/crossbario/autobahn-testsuite), and i decided to give it a try.
I just run the docker (in fuzzlingclient mode) and i gave a result with all FAIL in it.
Does Autobahn require any special server functionality? I mean is there any expectation for example to send an echo? I didnt find any realted info in the docs.
Regards,