Skip to content

Commit 2523fd4

Browse files
author
btgoodwin
committed
Added log message for when the websocket actually closes
1 parent 688df5d commit 2523fd4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rest/bulkio_handler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ def on_close(self):
126126
logging.debug('Stream CLOSE')
127127
try:
128128
self.port.ref.disconnectPort(self._connectionId)
129+
logging.info("Closed websocket to %s, %s", self.port, self._connectionId)
129130
except CORBA.TRANSIENT:
130131
pass
131132
except Exception, e:

0 commit comments

Comments
 (0)