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
Watching the JSON notification stream, occasionally, the final entry in the nodes array (the node that has just connected) JSON object will say "linkedto":" " rather than indicating the module it actually linked to. The next time a JSON "nodes" notification is generated because of another node connecting/disconnecting, the missing linkedto field will be properly filled in.
It only happens once in a while, perhaps suggesting a race condition.
XLXd 2.5.3
The text was updated successfully, but these errors were encountered:
More logging and experimenting show the same stations appear with <LinkedModule> </LinkedModule> in the xlxd.xml file.
Looking back through the log file(s) for the affected nodes suggests that these stations have been removed because of keepalive timeouts... but actually not removed from either the XML file or the JSON notification. So far, I have seen it occur for both DMRmmdvm and DPlus clients.
jimt
changed the title
Nodes notification linkedto sometimes blank
Nodes notification and XML linkedto sometimes blank
Feb 11, 2023
Watching the JSON notification stream, occasionally, the final entry in the nodes array (the node that has just connected) JSON object will say
"linkedto":" "
rather than indicating the module it actually linked to. The next time a JSON "nodes" notification is generated because of another node connecting/disconnecting, the missinglinkedto
field will be properly filled in.It only happens once in a while, perhaps suggesting a race condition.
XLXd 2.5.3
The text was updated successfully, but these errors were encountered: