We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7084f8 commit 2879f61Copy full SHA for 2879f61
saltyrtc/server/server.py
@@ -213,7 +213,7 @@ def handler(self):
213
client.log.info('Closing because of a ping timeout')
214
close_future = client.close(CloseCode.timeout)
215
self._server.raise_event(
216
- Event.disconnected, hex_path, CloseCode.timeout)
+ Event.disconnected, hex_path, CloseCode.timeout.value)
217
except SlotsFullError as exc:
218
client.log.notice('Closing because all path slots are full: {}', exc)
219
close_future = client.close(code=CloseCode.path_full_error.value)
0 commit comments