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
I think there should be a way to do that in Spring WebFlux because it's based on modern frameworks supporting disconnection detection. If it's possible, implement SpringWebFluxServerHttpExchange#onclose and make a unit test, ServerHttpExchangeTestBase#testOnclose , pass.
The text was updated successfully, but these errors were encountered:
I think there should be a way to do that in Spring WebFlux because it's based on modern frameworks supporting disconnection detection. If it's possible, implement
SpringWebFluxServerHttpExchange#onclose
and make a unit test,ServerHttpExchangeTestBase#testOnclose
, pass.The text was updated successfully, but these errors were encountered: