TELECI-PROJECT

Results 5 comments of TELECI-PROJECT

Hi, I was trying out this today, this is my setup: [email protected] [email protected] I was connecting to AceBase server using a web app built on ReactJS with the browser client:...

Thanks, I did some more testing. I was able to catch another error. The setup is the same as above: 1) I have an index on 'status' running, 2) Live...

Hi, thanks, I don't see any errors anymore. What I noticed is there is an issue with the live query events emission. When index on 'status' is enabled, live query...

Ok, I will think of the code reproduction soon. It seems I was wrong about remove event. I have two live queries, one is listening to status == 1, the...

Hi, please find information about my tests below: This is the test code was using: https://github.com/TELECI-PROJECT/acebase-testing/blob/main/testing-live-query-and-indexing (this is based on your test code https://github.com/appy-one/acebase/blob/master/src/test/issue-225.spec.ts) I was running it on Nodejs...