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
When you use goroutines then you should use w.Dispatch() to get back onto the thread where you can interact with the underlying browser engine safely. Once you've sorted that out then feel free to give us an update if you have more issues.
Ran into this segfault when my app did an oopsie and recursively called a binding that spawned a goroutine which eval'ed itself.
Works
go func() {
w.Dispatch(func() {
Crash log:
Long log
The text was updated successfully, but these errors were encountered: