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
Currently signature is rpc Attach (stream cursor.CursorPosition) returns (stream cursor.CursorEvent);, it should take multiple CursorPositions, not one.
Currently signature is
rpc Attach (stream cursor.CursorPosition) returns (stream cursor.CursorEvent);, it should take multiple CursorPositions, not one.