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 looks like we call reader.connectToNsqd() for every producer on every poll of lookupd, and we never disconnect from producers that lookupd doesn't respond to.
It seems like we should compare the list that lookupd returns to the list we have open, and open/close connections until we are reconciled.
Activity
danielhfrank commentedon Apr 15, 2013
Yeah, that's correct. Clearly I wrote that only thinking about the initial connection. Will fix once I bring your pull req in
danielhfrank commentedon Apr 15, 2013
Err, I see you may have actually done some work on this one already. We'll get to it next
Move message encode/decode to utility class