James Limmer

Results 6 comments of James Limmer

Am after this feature. Cheers

Had a similar error, where we got a `403` forbidden. Basically when we try to push the image to ECR, under conditions where an older version worked (6.3.x / 7.0.0),...

Will this be merged soon? We want this mod!

Yep. This is an issue. The `terraform destroy` marks as failed / error because of this one lambda @ edge.

Add these parameters in constructor options. eg: `var socket = require('socket.io-client')('http://localhost:8000', { reconnection: true, reconnectionDelay: 100, reconnectionAttempts: Infinity });` in this case I'm setting the reconnection to try every 100ms.

The settings you pass within the connect event should remain constant once reconnection occurs. Test the code with reconnect options and post your output (just use simple console logs on...