Browse Source
When connecting with a ReconnectStrategy we can only report the outcome of the first connect to the ListenableFuture<Void> return value. Failures for all subsequent attempts to reconnect however must be channeled to TcpConnectHandler#afterConnectFailure which is used in the STOMP broker relay for example to publish BroadcastAvailability(true/false) events.pull/1277/head
Rossen Stoyanchev
8 years ago
1 changed files with 7 additions and 4 deletions
Loading…
Reference in new issue