RSocket-CLI: Unresolved reference: clientTransport

114 views Asked by At

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.

1

There are 1 answers

1
Yuri Schimke On BEST ANSWER

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.