Damian Petla

Results 18 comments of Damian Petla

I am getting same warnings using coroutines without Anko so there is probably nothing wrong with Anko itself. Every reported line ends with `doResume(java.lang.Object, java.lang.Throwable)`

In version 0.9 I was able to call `cancellable(false)`. It was removed from builder in 0.10 I wonder if there was a reason for that or was it forgotten during...

Hey @martinbonnin thanks for quick reply. I haven't tried `catch` clause just checking exceptions in `mapNotNull` and on the client itself. I will add `catch` and see how it goes....

hey @martinbonnin My team was looking into the crash from the backend side and apparently it was same issue as this one https://github.com/hasura/graphql-engine/issues/3564 We are using Hasura. If we understand...

@martinbonnin hey, thanks for your info. I just managed to reproduce this error. I was using single collector in my view model that use flow from subscription. Now, I tried...

thanks @martinbonnin can't do that unfortunately because we use KKM and I have Apollo in shared module exposing `Flow` and two collectors in android module. I will use single flow,...

hey @martinbonnin it might be SDK issue, not sure but I am playing a bit with subscriptions and turning off and on network to see how reconnection behave. I noticed...

Hey @martinbonnin how are you doing? I was wondering how are you doing with the fix for this issue. I see there is a draft PR already but it's pretty...

Hey @martinbonnin Thanks for update, I was looking for those changes. No worries about delay. We get this SDK for free so appreciate any feedback and support 😄 I have...

hey @martinbonnin I have played a bit with `retryOnError` and it's being called on every new subscription with `EmptyExecutionContext`. While writing this message I realised I might have misunderstood this...