Azure / azure-iot-sdk-node

A Node.js SDK for connecting devices to Microsoft Azure IoT services
https://docs.microsoft.com/en-us/azure/iot-hub/
Other
261 stars 227 forks source link

Hitting the device side client with a bunch of telemetries immediately will create extra (unused) amqp links #957

Closed anthonyvercolano closed 3 years ago

anthonyvercolano commented 3 years ago

Like the title says. Using the amqp transport. Do a bunch of telemetries that don't wait on the callback, one after the other, right after creating the device client. You will get multiple send links. Only one will get used. Leaving the service to fret over the unused ones.