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 737bae1 commit a4b13f6Copy full SHA for a4b13f6
examples/bugs/issue_165/165_server.py
@@ -29,4 +29,4 @@ def session(*connection):
29
30
if __name__ == "__main__":
31
logging.basicConfig(filename="rsocket.log", format="%(asctime)s %(message)s", filemode="w")
32
- asyncio.run(run_server(10000))
+ asyncio.run(run_server(10000))
0 commit comments