(self)
| 49 | return self.ws.application_state == WebSocketState.DISCONNECTED |
| 50 | |
| 51 | def close(self): |
| 52 | self.ioloop.create_task(self.ws.close()) |
| 53 | |
| 54 | |
| 55 | def _webio_routes(applications, cdn, check_origin_func, reconnect_timeout): |
no outgoing calls
no test coverage detected