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
v0.5.5
meteor
/
packages
/
stream
History
David Glasser
562eb0a54a
Fix use of wrong field name in hot code push check.
...
Could result in multiple attempts to reload.
2013-02-13 10:28:49 -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
Fix use of wrong field name in hot code push check.
2013-02-13 10:28:49 -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