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
- Fixed duplication of the tree
- Fixed dump() returning extra lines (i.e DONE)
- Fixed connection hung with no timeout
- Added viewclientconnected tests
Every time vc.dump() is done on same screen, it increases the amount of items inside dump.
To reproduce
Expected: Dump contents stay the same
Actual: Items in dump have multiplied, e.g. 2 checkboxes become 4 etc.
The text was updated successfully, but these errors were encountered: