Nikos Athanasiou
Nikos Athanasiou
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...
Fixes compilation in #379
I'm assuming this variation shouldn't be a problem, but if I were to execute: ``` rdx.command({"multi"}); rdx.command({"SET", "number", "8"}); rdx.command({"publish", "info", "number_updates"}); rdx.command({"exec"}); ``` * would it execute as an...