This repository has been archived by the owner on May 20, 2023. It is now read-only.
It is now possible to pass an entire handshake JSON to the sethandshake
command:
Pitaya REPL Client
>>> sethandshake {"sys":{"clientVersion":"1.0.6", "clientBuildNumber":"999","platform":"ios"}, "user":{"data":"sample"}}
And an issue was fixed that prevented the use of the sethandshake
command when reading pitaya-cli
commands from a file with the -filename <scenario-file>
command line parameter.