Skip to content

Commit

Permalink
Slightly adjusted formatting.
Browse files Browse the repository at this point in the history
Signed-off-by: Juergen Fickel <juergen.fickel@bosch.io>
  • Loading branch information
Juergen Fickel committed Jun 8, 2022
1 parent 4704dd0 commit 8d0c6ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,8 @@ protected void doDisconnectClient(final Connection connection,
disconnectFuture = genericMqttClient.disconnect();
}

Patterns.pipe(disconnectFuture
.handle((aVoid, throwable) -> ClientDisconnected.of(origin, shutdownAfterDisconnect)),
Patterns.pipe(
disconnectFuture.handle((aVoid, throwable) -> ClientDisconnected.of(origin, shutdownAfterDisconnect)),
getContextDispatcher()
).to(getSelf(), origin);
}
Expand Down

0 comments on commit 8d0c6ee

Please sign in to comment.