Andrei Kulik
Andrei Kulik

Reputation: 1614

RSocket-CLI: Unresolved reference: clientTransport

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.

Upvotes: 1

Views: 123

Answers (1)

Yuri Schimke
Yuri Schimke

Reputation: 13458

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.

Upvotes: 1

Related Questions