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
The Handle type sets the cancellation flag but doesn't clear it before handing the mutable access back to the caller. You can get around this with a synthetic_write, but otherwise any attempts to perform an immutable access to the database will panic.
The text was updated successfully, but these errors were encountered:
The
Handle
type sets the cancellation flag but doesn't clear it before handing the mutable access back to the caller. You can get around this with asynthetic_write
, but otherwise any attempts to perform an immutable access to the database will panic.The text was updated successfully, but these errors were encountered: