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
@kamleshdelat This library does not contain a p/invoke call to SwitchToThread, so it's likely that the problem is not related to this repository. If you remove AsyncBridge from the mix, do you still have the issue?
@kamleshdelat Oh, good call! https://www.nuget.org/packages/TaskParallelLibrary/ does indeed p/invoke SwitchToThread. We don't have access to the source code for that library; the DLL was published by Microsoft a very long time ago as part of Reactive Extensions. This issue is in the same boat as #12 then.
v0.4.0 of AsyncBridge is dropping the dependency on TaskParallelLibrary: https://github.com/OmerMor/AsyncBridge/tree/no_dependencies. What remains is mostly testing. Once I get 0.4 released, this problem should be resolved. I'll let you know when there's a prerelease to test!
Getting error on unity app in Linux build
The text was updated successfully, but these errors were encountered: