Navigation Menu

Skip to content

Commit

Permalink
Shutdown internal message receiver gracefully correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 23, 2015
1 parent 8082dd9 commit 134fd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/internal_fluent_message_receiver.rb
Expand Up @@ -42,7 +42,7 @@ def shutdown_gracefully
logger.trace("shutdown_gracefully: start")
shutdown_heartbeat_socket
shutdown_listen_socket
shutdown_message_receiver do
shutdown_message_receiver_gracefully do
yield
logger.trace("shutdown_gracefully: done")
end
Expand Down

0 comments on commit 134fd6e

Please sign in to comment.