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
Anyone had any success sending messages to Azure IOT Hub from a WASM application?
My code works fine for the other platforms, but when running under WASM, it throws the System.PlatformNotSupportedException: Operation is not supported on this platform. exception when doing a Microsoft.Azure.Devices send.
I could not find any guidance searching through Uno Issues/Discussions.
Checking Github it acknowledges the complexities, but before going down that rabbit hole with possible AI hallucinations...
Can someone please help in case there's a working solution?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Anyone had any success sending messages to Azure IOT Hub from a WASM application?
My code works fine for the other platforms, but when running under WASM, it throws the
System.PlatformNotSupportedException: Operation is not supported on this platform.
exception when doing aMicrosoft.Azure.Devices
send.I could not find any guidance searching through Uno Issues/Discussions.
Checking Github it acknowledges the complexities, but before going down that rabbit hole with possible AI hallucinations...
Can someone please help in case there's a working solution?
Help shall be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions