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
We are using the IoTClient AMQP over Websockets, a very vanilla implementation following the reconnect sample, only using D2C and C2D messages.
Occasionaly after a disconnect/Reconnect we start getting null references on the client we saved.
We are using the IoTClient AMQP over Websockets, a very vanilla implementation following the reconnect sample, only using D2C and C2D messages.
Occasionaly after a disconnect/Reconnect we start getting null references on the client we saved.
Simplified and redacted code
Client Creation
Exception occurs in the
await _deviceClient.SendEventAsync(message);
lineLog Example
Any thoughts on where to look or how my deviceclient could be null, but connect reconnect continue to trigger the ConnectionStatusChanged Handler?
Is there a way to recover the deviceClient instance?
The text was updated successfully, but these errors were encountered: