Skip to content
New issue

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

Please provide a example to Connect with Spring-Boot #14

Open
janezmejias009 opened this issue Feb 11, 2022 · 1 comment
Open

Please provide a example to Connect with Spring-Boot #14

janezmejias009 opened this issue Feb 11, 2022 · 1 comment

Comments

@janezmejias009
Copy link

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!

@bmd007
Copy link

bmd007 commented Dec 29, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants