mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
pushing updated socket.rb...
This commit is contained in:
@@ -2,9 +2,6 @@ require 'em-websocket'
|
||||
require 'eventmachine'
|
||||
|
||||
module WebSocket
|
||||
|
||||
#mattr_accessor :channel
|
||||
|
||||
EM.next_tick {
|
||||
EM.add_timer(0.1) do
|
||||
@channel = EM::Channel.new
|
||||
@@ -29,7 +26,7 @@ module WebSocket
|
||||
|
||||
}
|
||||
end
|
||||
}
|
||||
}
|
||||
#this should get folded into message queue i think?
|
||||
def self.update_clients(object)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user