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
Profiled the application and noticed that even though we're not awaiting
the AddMessageCallback() it's still getting the UI thread stuck.
Marshalling this to another thread since the class is thread-safe
anyway.
closes#31closes#32
0 commit comments