phongyu

Results 2 issues of phongyu

Hi Brianc, I have just a concern about how to specify the max size (min size) of Pool, mean an optimal number. I know it depends on the server configuration,...

question

I just tried to send a simple msg to AWSIoT const publish = AWSMqtt.publisher({ WebSocket: WebSocket, region: AWS.config.region, credentials: AWS.config.credentials, endpoint: 'xxxxxxxxx.iot.eu-west-1.amazonaws.com' }) publish('/myTopic', 'Hello World').then(() => console.log('Success'), console.error) Error:...