Navigation Menu

Skip to content

Commit

Permalink
in: don't use deprecated feature in v0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Apr 11, 2017
1 parent 844f37f commit 67cfa8e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/fluent/plugin/in_groonga.rb
Expand Up @@ -139,7 +139,6 @@ def configure(conf)

def start
listen_socket = TCPServer.new(@bind, @port)
detach_multi_process do
@loop = Coolio::Loop.new

@socket = Coolio::TCPServer.new(listen_socket, nil,
Expand All @@ -152,7 +151,6 @@ def start
@thread = Thread.new do
run
end
end
end

def shutdown
Expand Down

0 comments on commit 67cfa8e

Please sign in to comment.