1

I ran into the error while starting the rsocket-cli:

enter image description here

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: enter image description here

enter image description here

I'm not sure but probably it can be important. I'm using the Shell: zsh 5.8.

Andrei Kulik
  • 446
  • 1
  • 5
  • 21

1 Answers1

1

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.

Yuri Schimke
  • 12,435
  • 3
  • 35
  • 69
  • Hello Yuri! Thanks for your answer! Unfortunately, I've seen your comment too late and raised this issue https://github.com/rsocket/rsocket-cli/issues/122 Should I close it? – Andrei Kulik Jun 17 '21 at 15:55