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
It's a known issue, the event registry is yet to be completely implemented. :/ In particular, all the read-only interfaces have to be proxied, work that hasn't started yet.
If you walk me through how the event registry works (I'm not sure how packets get routed to code) I can take a stab at it, unless it's a design still under development.
wickedchicken
changed the title
event handler crashes when
event handler crashes when : is hit
Mar 26, 2015
Hitting
:
within a wi document crashes event handler. The following error is printed in wi.log:event_registry_impl.go:63: RPC DocumentCursorMoved call failure: gob: type not registered for interface: editor.document
The editor ceases to respond to keypresses after this, and must be killed via SIGTERM.
The text was updated successfully, but these errors were encountered: