aboutsummaryrefslogtreecommitdiffstats
path: root/lib/aclog/receiver/collector_connection.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/aclog/receiver/collector_connection.rb')
-rw-r--r--lib/aclog/receiver/collector_connection.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/aclog/receiver/collector_connection.rb b/lib/aclog/receiver/collector_connection.rb
index 3d441b1..8b566cc 100644
--- a/lib/aclog/receiver/collector_connection.rb
+++ b/lib/aclog/receiver/collector_connection.rb
@@ -28,6 +28,12 @@ module Aclog
Rails.logger.debug("Sent #{account.id}/#{account.user_id}")
end
+ def send_stop_account(account)
+ send_object(type: "stop",
+ id: account.id)
+ Rails.logger.debug("Sent Stop #{account.id}/#{account.user_id}")
+ end
+
def post_init
# なにもしない。クライアントが
end