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.
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#oncloseand make a unit test,ServerHttpExchangeTestBase#testOnclose, pass.