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
Local clients are added to the namespace tracking list upon
registration, but they are not added to the array of local
clients until they actually connect. Thus, the refid of the
first client on the tracking list won't necessarily be set
if it wasn't the first to actually connect.
We know that at least one local client must exist since
someone asked for the direct modex info, so search the
list until we find one that has connected. We have to look
for someone who connected as that is the only way we know
which GDS component to use for that namespace.
Signed-off-by: Ralph Castain <[email protected]>
0 commit comments