提交 37efb517 编写于 作者: A Aaron Patterson

fanout unsubscribe only accepted one argument, so taking *args here is probably bad

上级 3e02b370
......@@ -64,8 +64,8 @@ def subscribe(*args, &block)
end
end
def unsubscribe(*args)
notifier.unsubscribe(*args)
def unsubscribe(args)
notifier.unsubscribe(args)
@instrumenters.clear
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册