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 07631e3 commit 26fefc6
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 @@ -301,11 +301,11 @@ async def shutdown_signal_handler() -> None:
start_event.set()
if stop_event is not None:
stop_event.wait()
shutdown_cpp_server()
logger.info(
f"CPP agent server [{server_id}] at {host}:{port} "
"stopped successfully",
)
shutdown_cpp_server()
return

servicer = AgentServerServicer(
Expand Down

0 comments on commit 26fefc6

Please sign in to comment.