Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`.