()
| 36 | pass |
| 37 | |
| 38 | async def shutdown(): |
| 39 | await self.isvr.shutdown() |
| 40 | await sio.shutdown() |
| 41 | |
| 42 | if 'server_stats_interval' not in ikwargs: |
| 43 | ikwargs['server_stats_interval'] = 0.25 |
nothing calls this directly
no test coverage detected
searching dependent graphs…