Mike Christensen

Results 9 comments of Mike Christensen

I was thinking a JOIN could be used to filter the data instead of using IN? ``` SELECT * FROM "isrc_usage" WHERE ("isrc_usage"."usage_report_id" = $1); SELECT * FROM "isrc" WHERE...

@aarondl No worries, thanks for the explanation. In that case think it would be sufficient to document the n>65535 limitation on eager loading and then this issue can be closed....

@VeskeR I pushed up some changes to tests. They pass reliably for me locally so not sure why we're getting issues in CI. Will wait for the run to finish...

From the logs, there's a lot of ``` 2024-03-05T13:47:13.6564779Z 13:47:13.656 Ably: Connection state: failed; reason: [ErrorInfo: account restricted (connection limit exceeded); statusCode=401; code=40111; see https://help.ably.io/error/40111 ] ``` So I have...

Actually, looks like there's a lot of ``` 3-06T10:36:33.3326370Z 10:36:33.332 Ably: Transport.onProtocolMessage(): received on web_socket: [ProtocolMessage; action=DISCONNECTED; error=[ErrorInfo: Key/token status changed (expire); statusCode=401; code=40142; see https://help.ably.io/error/40142 ]]; connectionId = IK5jju0wpn...

@ttypic @VeskeR Tests are now passing. The problem was due to some shared auth state causing conflicts between simultaneous usage of the two `BaseRealtime` instances. This was causing a large...

Just to add some more context on this: 1. We document how to construct your own JWT using your API key: https://ably.com/docs/auth/token?lang=javascript#standard 2. And we document how to embed and...

@GregHolmes we will leave this with you in that case and mark this ticket as done on our side if that's okay, thanks

Approved - please remember to squash the fixups before merging :)