You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sse_stream do |out|
out.callback do
puts "Client is diconnected"
end
EM.add_periodic_timer(1) do
out.push :event => "timer", :data => Time.now.to_s
end
end
It doesn't receive close event after closing eventsource from the browser. Hoever browser stops receiving further data.
Tested on Chrome 23.0.1271.97 and FF 17.0.1
The text was updated successfully, but these errors were encountered:
It doesn't receive close event after closing eventsource from the browser. Hoever browser stops receiving further data.
Tested on Chrome 23.0.1271.97 and FF 17.0.1
The text was updated successfully, but these errors were encountered: