mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 07:39:09 +00:00
Correlated messages at HTTP adapter + WebSocket level
Issue: SPR-16966
This commit is contained in:
+4
@@ -56,6 +56,10 @@ public class ListenerReadPublisherTests {
|
||||
|
||||
private int readCalls = 0;
|
||||
|
||||
public TestListenerReadPublisher() {
|
||||
super("");
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void checkOnDataAvailable() {
|
||||
// no-op
|
||||
|
||||
Reference in New Issue
Block a user