-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
I left a tab with Oasis open, with a single Wekan grain open, and didn't look at it for a while. I suspend/resumed my laptop, biked home, changed networks, and when I looked back at the tab in question, I see this exception:
Error: Error: remote exception: remote exception: remote exception: remote exception: remote exception: Assignable modified concurrently
C++ location:(javascript):??
type: disconnected
A little digging suggests this is from https://github.com/sandstorm-io/blackrock/blob/master/src/blackrock/fs-storage.c%2B%2B#L1559..L1575 :
if (expectedVersion > 0) {
if (object.version != expectedVersion) {
return KJ_EXCEPTION(DISCONNECTED, "Assignable modified concurrently");
}
++expectedVersion;
}
Metadata
Metadata
Assignees
Labels
No labels
