Juan Stiza
Juan Stiza
Same problem here, tried with v12.6.0 and then upgraded to v12.8.0, iOS only. I noticed two things though: 1. While no javascript callback gets called, I do see some logging...
@ludovicjamet We currently stopped trying to handle these notifications for the time being, if we do, I'll see to create a reproducible repo.
We have a KCL app working, not on production yet, but it showed similar behaviour. Two weeks ago it just stopped fetching records, after a restart it would get back...
@sahilpalvia We are using Java.
Same issue here when trying to send messages to an SQS queue.
@larsw That is true, but it is not what this ticket is referencing to. Have you read it?
+1 here. I've seen on the source references to _namespaces_. Is there a way to use them?
I added this to our `typings.d.ts` ```typescript declare module 'jsencrypt' { export class JSEncrypt { constructor(); setPublicKey(pk: string): void; encrypt(key: string): string; } } ``` and then imported using: ```typescript...