()
| 3 | |
| 4 | |
| 5 | async def main(): |
| 6 | async with socketio.AsyncSimpleClient() as sio: |
| 7 | await sio.connect('http://localhost:5000', auth={'token': 'my-token'}) |
| 8 | print(await sio.receive()) |
| 9 | |
| 10 | |
| 11 | if __name__ == '__main__': |
no test coverage detected
searching dependent graphs…