Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyushuo committed Oct 16, 2024
1 parent 4133037 commit 07631e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agentscope/server/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ def shutdown(self) -> None:
if self.stop_event is not None:
self.stop_event.set()
self.stop_event = None
self.server.join()
self.server.join(10)
if self.server.is_alive():
self.server.kill()
logger.info(
Expand Down

0 comments on commit 07631e3

Please sign in to comment.