Max Ivanov
Max Ivanov
My use case is: I want user to upload an avatar, result must be a square image of 600x600px. 1. When user uploads image larger than 600px: min zoom depends...
Before creating this issue I searched existing issues by `transportTimeout` and didn't find anything. Only after creating it I found this related issue: #540. There's no solution there so this...
Hey @mauryakrishna Are you trying to run it in a browser? This library uses https://github.com/panva/jose which in turn uses node's `crypto` module. It may not be available in the browser....
Unfortunately I don't think there's a quick workaround. If you want to play with it, you'd need to - upgrade `jose` to the latest version and make sure its breaking...
@mauryakrishna if it's still relevant, I've just published a new version (beta tag for now). You can try it with `npm i @southlane/cognito-jwt-verifier@beta` Note if your React app is built...
Your change makes sense. Apparently support for SSO credentials was added in https://github.com/aws/aws-sdk-js/blob/master/CHANGELOG.md#212530 and this repo pins the version to `2.863.0` through the lock file. Try updating sdk with `npm...
@robertsLando I never tried connecting to a hostname with port while on a previous version so not sure if the issue exists in versions before 5.4.0. However there was a...
@robertsLando thanks for getting back with the recommendation. I'm a bit confused though - why does it consider it a reconnect if it never connected in the first place (remember...
@robertsLando does having a configuration option to specify the maximum number of reconnect attempts make sense? My main concern is right now the only options are: - `await mqtt.connectAsync(...)` blocks...
Having trouble with the workarounds suggested above. 1. Doing a connection test prior to calling mqtt.connectAsync(). Socket connection to the given host/port succeeds (no error, no timeout) so it cannot...