mirror of https://github.com/apache/activemq.git
AMQ-6801: ensure transport listener is set before tripping latch to indicate startup is occuring
This commit is contained in:
parent
5e656d394c
commit
2e492569db
|
@ -149,9 +149,9 @@ public final class WSTransportProxy extends TransportSupport implements Transpor
|
|||
|
||||
@Override
|
||||
protected void doStart() throws Exception {
|
||||
transport.setTransportListener(getTransportListener());
|
||||
socketTransportStarted.countDown();
|
||||
|
||||
transport.setTransportListener(getTransportListener());
|
||||
transport.start();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue