You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using Spring RSocket, when server returns an Mono.empty() in RequestResponse, none of the Single subscriber callbacks invoked, so we don't known whether the request is finished.
Is there any possible to trigger the onComplete callback with an undefined argument when the RSocket stream completed while RequestResponse?
The text was updated successfully, but these errors were encountered:
We are using Spring RSocket, when server returns an Mono.empty() in RequestResponse, none of the Single subscriber callbacks invoked, so we don't known whether the request is finished.
Is there any possible to trigger the onComplete callback with an undefined argument when the RSocket stream completed while RequestResponse?
The text was updated successfully, but these errors were encountered: