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
@ultimape experienced performance problems when opening ouronote in multiple tabs. In addition to performance issues on the machine which had multiple tabs open, other devices on the local network may have stopped synchronizing entirely until the additional tabs were closed. This issue should be expanded on, as this is only my understanding of the problem.
The text was updated successfully, but these errors were encountered:
Seems to be some kind of rhythmic spiking when a view and edit page are open to the same drawing at the same time. The browser windows were going form 0% to 100% and back. Not sure what was driving it.
WebRTC may be cross-talking between tabs (in both confirmed cases, there was also a tab open on another machine, so that could play a role)
There's currently redundant put() calls being made by the gun-paper bridge when incoming changes happen. This could be ping-ponging potentially large sets of changes back and forth between instances.
@ultimape experienced performance problems when opening ouronote in multiple tabs. In addition to performance issues on the machine which had multiple tabs open, other devices on the local network may have stopped synchronizing entirely until the additional tabs were closed. This issue should be expanded on, as this is only my understanding of the problem.
The text was updated successfully, but these errors were encountered: