Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmeasday/meteor-1633
https://github.com/tmeasday/meteor-1633
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tmeasday/meteor-1633
- Owner: tmeasday
- Created: 2014-11-13T01:38:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-13T01:38:37.000Z (about 10 years ago)
- Last Synced: 2024-10-25T18:58:17.894Z (3 months ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Reproduction of https://github.com/meteor/meteor/issues/1633 to show it's a serious problem.
1. Start server
2. Connect in one window, sign up, logout.
3. In second window hit the "Click Me to blow the server up"
4. Note the server starts spewing "MongoError: invalid query" errors repeatedly.
5. Try to login in the first window. Note that it hangs.
6. Close the second window. Note that it doesn't help.The only solution is to restart the server. This happens in production also.