Skip to content

Commit

Permalink
Fixed logging which has not expired when connection was closed.
Browse files Browse the repository at this point in the history
Signed-off-by: David Joos <david.joos@bosch-si.com>
  • Loading branch information
David Joos committed Jul 8, 2019
1 parent bd72dcc commit 73fa954
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -648,6 +648,7 @@ private void openConnection(final OpenConnection command) {
final PerformTask performTask = new PerformTask("open connection",
subscribeForEventsAndScheduleResponse(commandResponse, origin));
self.tell(performTask, ActorRef.noSender());
this.checkLoggingEnabled();
},
error -> handleException("open-connection", origin, error)
);
Expand Down

0 comments on commit 73fa954

Please sign in to comment.