Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
fix: clean handling of unrare situation where bridge goes into idle mode
Browse files Browse the repository at this point in the history
  • Loading branch information
gs4711 committed Jan 30, 2019
1 parent 788bb3f commit 9b9a344
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ private byte[] io(String host, int port, byte[] request) throws ConnectException
logger.info("io(): socket I/O failed {} times.", bridgeInstance.veluxBridgeConfiguration().retries);
logger.trace("io(): shutting down connection.");
connectivity.close();
connectivity = null;
logger.trace("io() finishes with failure by throwing exception.");
throw lastIOE;
}
Expand Down

0 comments on commit 9b9a344

Please sign in to comment.