Skip to content

Commit 471db07

Browse files
test: change thread to process for simulated dev.
1 parent a3ef5ae commit 471db07

File tree

2 files changed

+90
-201
lines changed

2 files changed

+90
-201
lines changed

bases/netdriver/simunet/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ async def on_shutdown() -> None:
4747
""" put all clean logic here """
4848
log.info("Shutting down the application...")
4949
for server in app.state.servers:
50-
await server.stop()
50+
server.stop()
5151

5252

5353
# Register event handlers on simunet_app instance

0 commit comments

Comments
 (0)