Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dwinston/minimongo-cursor-publish-bug
Demo of inability to publish a Minimongo-backed collection cursor with skip or limit set
https://github.com/dwinston/minimongo-cursor-publish-bug
Last synced: about 1 month ago
JSON representation
Demo of inability to publish a Minimongo-backed collection cursor with skip or limit set
- Host: GitHub
- URL: https://github.com/dwinston/minimongo-cursor-publish-bug
- Owner: dwinston
- Created: 2014-02-26T00:49:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-26T01:00:56.000Z (almost 11 years ago)
- Last Synced: 2024-11-29T11:14:06.905Z (about 1 month ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repo is the product of [this request](https://groups.google.com/d/msg/meteor-talk/RNheFGQDb4Q/cf88pd0Ndu0J) in [meteor-talk](https://groups.google.com/forum/?fromgroups#!forum/meteor-talk).
`Meteor.publish` calls an unordered observe for published cursors, but an ordered observe is required if either skip or limit is set.
Start the app, and [initiate a client connection](http://localhost:3000) to trigger a server-side `Error: must use ordered observe with skip or limit`.