suggestedfixes

Results 5 comments of suggestedfixes

@KaibaLopez I found the c implementation from kvs video streams, I wonder how difficult is it to port to this sdk? https://github.com/awslabs/amazon-kinesis-video-streams-producer-c/blob/master/src/source/Common/IotCredentialProvider.c

We were also able to print a subset of websocket errors through clientInstance.on('error', callback), one such example is: ``` Event {isTrusted: true, type: "error", target: WebSocket, currentTarget: WebSocket, eventPhase: 2,...

We are using a different platform (vue.js) and uses a different teardown method. I think this maps onDestory() handler of vue.js. Ignore my post, intended to answer another thread.

I'm trying to contain the error so that the console doesn't complain. I have attempted the following and it didn't work very well. I will give your method an attempt....

One thing I have not tried is probably something similar to this, the pseudo javascript code would be something similar to this but It might not work. ``` client.on('error', async...