-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to create subscribe query #52
Comments
Could you please post your code that invokes |
It's really just those lines, and the argument is just the collection name: |
Try |
Wow, that actually worked. Thanks! |
Nice! It would be good indeed if this difference between Mingo and Mongo adapters were documented. |
Until now I used the default database adapter for ShareDB, but since I want to support persistent storage, I decided to use this adapter. Only there seems to be a problem when calling
connection.createSubscribeQuery(...)
:This is the code which creates the ShareDB backend:
Everything used to run correctly before (without providing the option, i.e. just using
new ShareDB()
).The text was updated successfully, but these errors were encountered: