This website requires JavaScript.
Explore
Help
Register
Sign In
faye
/
faye-websocket-ruby
Watch
1
Star
0
Fork
0
You've already forked faye-websocket-ruby
mirror of
https://github.com/faye/faye-websocket-ruby.git
synced
2025-11-01 13:59:13 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a65f5d9455a4466d4e2fba4f18dc5e5a9c21f256
faye-websocket-ruby
/
examples
T
History
James Coglan
a65f5d9455
Make sure all event registration and input processing happens on the EventMachine thread, so that we don't get race conditions where incoming messages are processed before the socket's onmessage event handler has been registered.
2013-03-19 19:24:21 +00:00
..
app.rb
Make sure all event registration and input processing happens on the EventMachine thread, so that we don't get race conditions where incoming messages are processed before the socket's onmessage event handler has been registered.
2013-03-19 19:24:21 +00:00
autobahn_client.rb
Change version name for Autobahn tests.
2013-02-14 22:07:11 +00:00
client.rb
Remove trailing whitespace.
2013-02-10 22:58:09 +00:00
config.ru
Use EventMachine.attach to stream input from rack.hijack.
2013-03-18 00:06:39 +00:00
haproxy.conf
Fix draft-76 sockets when running behind HAProxy.
2011-12-04 21:32:58 +00:00
server.rb
Make sure all event registration and input processing happens on the EventMachine thread, so that we don't get race conditions where incoming messages are processed before the socket's onmessage event handler has been registered.
2013-03-19 19:24:21 +00:00
sse.html
Remove trailing whitespace.
2013-02-10 22:58:09 +00:00
ws.html
Remove trailing whitespace.
2013-02-10 22:58:09 +00:00