rsocket-dart icon indicating copy to clipboard operation
rsocket-dart copied to clipboard

Please provide a example to Connect with Spring-Boot

Open janezmejias009 opened this issue 3 years ago • 1 comments

I try to connect with spring boot currently have the next code:

@MessageMapping("my-balance") public Flux<String> 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!

janezmejias009 avatar Feb 11 '22 22:02 janezmejias009

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

bmd007 avatar Dec 29 '22 13:12 bmd007