-
-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Milestone
Description
(from user ArShadow in Discord Channel)
Hi all,
Hi have some issue here. reload() is not working on RemoteDatabase.
To test just do this:
MutableVertex v = db.lookupByRID(rid).asVertex().modify();
System.out.println("\n\nbase elements properties pre reload: "+ v.propertiesAsMap());
v.reload();
System.out.println("\n\nbase elements properties post reload: "+ v.propertiesAsMap());
after call reload() all properties are gone.
Reactions are currently unavailable