Skip to content

Commit

Permalink
Unbreak on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd committed Sep 25, 2011
1 parent e414317 commit c712bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tweetstream/client.rb
Expand Up @@ -304,7 +304,7 @@ def start(path, query_parameters = {}, &block) #:nodoc:
}.merge(auth_params).merge(extra_stream_parameters)

EventMachine.epoll
EventMachine.kqueue = EM.kqueue?
EventMachine.kqueue

EventMachine::run {
if @on_interval_proc.is_a?(Proc)
Expand Down

0 comments on commit c712bcd

Please sign in to comment.