You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In high-frequency usage, the MQTT sending function might crash due to concurrent operation.
For example, the app-service receive two events and try to export data via MQTT, the first event and the second event initialize the MQTTClient concurrently and cause some network error.
In high-frequency usage, the MQTT sending function might crash due to concurrent operation.
For example, the app-service receive two events and try to export data via MQTT, the first event and the second event initialize the MQTTClient concurrently and cause some network error.
Code snippets:
MQTTSender https://github.com/edgexfoundry/app-functions-sdk-go/blob/master/pkg/transforms/mqtt.go#L122
MQTTSecretSender https://github.com/edgexfoundry/app-functions-sdk-go/blob/master/pkg/transforms/mqttsecret.go#L240
The text was updated successfully, but these errors were encountered: