Mahdi Amini

Results 1 comments of Mahdi Amini

> 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...