We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I try to connect with spring boot currently have the next code:
@MessageMapping("my-balance") public Flux timestamps() { return Flux.interval(Duration.ofSeconds(1)) .map(sequence -> LocalTime.now().toString()); }
How I can connect with this?
sending with rsc it's work java -jar rsc.jar --debug --stream --route rep-balance tcp://192.168.0.17:7000
is posible provide a example to Connect with Spring-Boot? Thanks, I love it project!
The text was updated successfully, but these errors were encountered:
I try to connect with spring boot currently have the next code: @MessageMapping("my-balance") public Flux timestamps() { return Flux.interval(Duration.ofSeconds(1)) .map(sequence -> LocalTime.now().toString()); } Improvement Suggestion How I can connect with this? sending with rsc it's work java -jar rsc.jar --debug --stream --route rep-balance tcp://192.168.0.17:7000 is posible provide a example to Connect with Spring-Boot? Thanks, I love it project!
https://stackoverflow.com/questions/73265212/how-to-route-an-rsocket-client-in-flutter/74951685#74951685
Sorry, something went wrong.
No branches or pull requests
I try to connect with spring boot currently have the next code:
@MessageMapping("my-balance")
public Flux timestamps() {
return Flux.interval(Duration.ofSeconds(1))
.map(sequence -> LocalTime.now().toString());
}
Improvement Suggestion
How I can connect with this?
sending with rsc it's work
java -jar rsc.jar --debug --stream --route rep-balance tcp://192.168.0.17:7000
is posible provide a example to Connect with Spring-Boot?
Thanks, I love it project!
The text was updated successfully, but these errors were encountered: