I ran into the error while starting the rsocket-cli:
The full log is here.
I did everything according to the README.md, but I got this error at the first step. It's the ./gradlew --console plain installDist
.
What's the most interesting in the code this error looks like this:
I'm not sure but probably it can be important. I'm using the Shell: zsh 5.8
.
rsocket-kotlin has a snapshot build, and due a 0.13.0 build sometime soon. It seems like the current TCP refactor relies on internal API.
I've raised https://github.com/rsocket/rsocket-kotlin/issues/163
In the meantime if you want websocket support I'd comment that out.
Also there is a rsocket-java CLI you can use if this is still blocking you https://github.com/making/rsc
Apologies and thanks for flagging.