Replies: 2 comments 1 reply
-
Thanks for the question. We haven't done IOT Hub integrations in the Uno team, but given the specific error that you're getting, it's likely that the package that you're using may need an update specifically for wasm. Could you share the full stack trace of the exception? |
Beta Was this translation helpful? Give feedback.
0 replies
-
The trace is:
I think it's a CORS issue, but I do not know if one can enable CORS on the IOT hub. I'm hoping someone might have solved it by now. Thanks for the help. Much appreciated. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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