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
. It's initially assigned on line 501, but only line 518 reassigns it. It's possible to get a nil if no SearchResult pdu's are seen. We should either raise an error or guard for the nil. Whoever picks this up should determine when this scenario can occur and include a failing test.