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
emersion edited this page Jan 19, 2017
·
2 revisions
You need to keep your updates to the UI on the same OS thread. Be careful using go foo() and then updating the UI from foo(). One fix is to create a handler that keeps the whole execution in the same thread.