Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Support passing an entire handshake JSON to the 'sethandshake' command.

Latest
Compare
Choose a tag to compare
@elielsardanons elielsardanons released this 24 Jul 23:38
· 8 commits to master since this release
4d45fce

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.