This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
meteor
Watch
1
Star
1
Fork
0
You've already forked meteor
mirror of
https://github.com/meteor/meteor.git
synced
2026-05-02 03:01:46 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
420e50996b02a12a8341e8717ee4aaaee9c6ea3a
meteor
/
packages
/
stream
History
Nick Martin
514bf73807
Move serverId to __meteor_runtime_config__. This prevents a race condition where the server restarts between when the client loads app.html and when it makes a DDP connection.
Fixes
#653
. Thanks @awwx!
2013-02-01 12:21:08 -08:00
..
package.js
Update sockjs to 0.3.4. This removes the meteor patch from
#339
, but preserves the patch to do http->https on IE.
2012-11-15 20:44:57 -08:00
sockjs-0.3.4.js
Update sockjs to 0.3.4. This removes the meteor patch from
#339
, but preserves the patch to do http->https on IE.
2012-11-15 20:44:57 -08:00
stream_client.js
Move serverId to __meteor_runtime_config__. This prevents a race condition where the server restarts between when the client loads app.html and when it makes a DDP connection.
Fixes
#653
. Thanks @awwx!
2013-02-01 12:21:08 -08:00
stream_server.js
Move serverId to __meteor_runtime_config__. This prevents a race condition where the server restarts between when the client loads app.html and when it makes a DDP connection.
Fixes
#653
. Thanks @awwx!
2013-02-01 12:21:08 -08:00
stream_tests.js
Fix standalone tests for the 'stream' package
2013-01-28 13:39:47 -08:00