Sometimes it seems that sessions that have terminated aren't cleaned up.
So when the orchestrator sends a list of sessions to VR2Gather these defunct sessions are included. Here is an example dump.js output, with sessions from someone apparently called Malte
The problem is worse, because when the orchestrator serialises these sessions the result is incorrect JSON, because the sessionUsers contains entries for users that no longer exist. This is probably the root issues behind #1. Here is a sample of the JSON received by VR2Gather for a defunct session:
Sometimes it seems that sessions that have terminated aren't cleaned up.
So when the orchestrator sends a list of sessions to VR2Gather these defunct sessions are included. Here is an example
dump.js
output, with sessions from someone apparently called MalteThe problem is worse, because when the orchestrator serialises these sessions the result is incorrect JSON, because the
sessionUsers
contains entries for users that no longer exist. This is probably the root issues behind #1. Here is a sample of the JSON received by VR2Gather for a defunct session:The
userData
andsfuData
have nothing after the:
.