Replies: 1 comment
-
Thanks for the question. Let's keep the discussion flowing there: unoplatform/uno#17365. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I create a new uno platform app with the wizard and start the wasm app I get the following interop errors.
To reproduce:
Create a new uno platform app with following featurs and multithreading active:
This is the solution:
-> UnoApp8.zip
Is this an UNO bug?
The error trace starts with.
at Uno.Extensions.Logging.WebAssembly.WebAssemblyConsoleLogger.WriteMessage(LogLevel logLevel, String logName, Int32 eventId, String message, Exception exception) in /_/src/Uno.Extensions.Logging.WebAssembly.Console/WebAssemblyConsoleLogger.cs:line 99
And there is no custom interop code implemented.
Should I create an bug issue for this?
I think it could be handled with main thread is used until .net runtime supports multithreading javascript interop.
What do you mean?
Beta Was this translation helpful? Give feedback.
All reactions