jaime echegaray zipper

Results 31 comments of jaime echegaray zipper

Hi, I haven't checked this specifically, `list.subscribe` should send the complete list when it is updated. If you want to receive just the changes you should use list events: https://deepstreamio.github.io/docs/docs/client-js/datasync-list#events...

Hi, thanks for the complete reporting. Looking at the source code it seems you are right. Lists in fact are a wrapper over a record with some extra methods. Take...

I'm glad that you see all the plus sides this project has, it has tons of work behind and very goog features, that's why I've been using and maintaining it...

Hi, not a proper tutorial but has some useful examples: https://deepstream.io/blog/20190909-release-deepstream-4.2/ Hope it helps!

Hi, wouldn't it be simpler to just link to the getting started page on the Documentation section of this readme ? Since there is no use for the client without...

I agree that for many projects it is useful to have a quick start right on the readme. Maye we could do as they do on the socket.io repos. They...

Yasserf, an update on this - the title should say hang :) - The case with write callback has been solved in the previous pull request. However when there is...

Excelent, I'll try to pass the record errors through the logger service then. Thanks! On Sat, May 9, 2020, 21:53 Yasser Fadl wrote: > Also relieved this isn't an issue!...

which client version? which platform (node, browser, react-native)?

Hi, you'll have to provide an example, I can not reproduce the error. Are you using a bundler?