Tom Jonkman
Tom Jonkman
I cant get this to work, I keep getting the error "Exception in callback of async function: Error: Subscription failed!". It works when I try the subscription without return and...
Ow I mean different mysql servers! On Aug 27, 2015 7:00 PM, "Ben Green" [email protected] wrote: > Why would you use different connections for different databases? It is not >...
I'm able to reproduce this. Here's the function: ``` javascript liveDB = new LiveMysql( { // removed code }); Meteor.publish('mData', function(id, filter) { if (this.userId == null) return; if (typeof...
Thanks a million, requestPage(1); saved me another day of frustration. I also ran into this issue when using more than two pagination objects.