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 was trying handle message from server A Server send me message by fireAndForget
Server is Spring boot
Server Code:
@Scheduled(fixedRate = 10000) public void push() { rSocketRequester .route("api.push") .data("some push message with id " + RandomUtil.getPositiveInt()) .send() .block(); }
Does it possible handle messages like this?
The text was updated successfully, but these errors were encountered:
Or is there analog Spring annotation @MessageMapping in dart?
Sorry, something went wrong.
@linux-china @nebhale @smaldini @yschimke Help please!!
No branches or pull requests
I was trying handle message from server
A Server send me message by fireAndForget
Server is Spring boot
Server Code:
Does it possible handle messages like this?
The text was updated successfully, but these errors were encountered: