Daniel Cachapa

Results 112 comments of Daniel Cachapa

Firedart explicitly has no caching since that adds a whole new layer of complexity to the projects that I'd rather no approach before other aspects that in my mind have...

I just checked the code and it seems the stream setup happens every time you call .stream, which is causing those reads. So I guess the issue in on my...

Uh. I hate issues with streams because a lot of that happens in generated code from the protobuffs and is almost impossible to debug. Though it could also just be...

Desktop support was actually the reason why I started this project. I ended up going a different direction though, because I realised my particular use wasn't really suited for Firestore...

It's hard to know what the problem could be without more information. Is the error reproducible? Is there a stack trace?

By "reproducible" I meant, can you cause the issue to happen on demand? From your description it seems to happen randomly after an undetermined amount of time, which makes it...

I need more information in order to even start debugging this issue. Waiting 10 minutes for each test is very time consuming, which unfortunately makes it a non-starter for me....

Those are screenshots of a debugging session, not stack traces.

It seems the issue is happening in the stream itself, or otherwise in the GRPC code. Since you mentioned that it's happening after exactly 10 minutes, you might be reaching...

Sorry about the broken tests. They use my credentials which aren't available on pull requests for security reasons. I'll run the tests locally to make sure they're passing before merging....