Erik Kristensen
Erik Kristensen
I can't reproduce it either, but I have an app that seems to trigger it at least daily, if not more. I'll try and get some console.log statements in there...
3 nsqd nodes, multiple workers, but in-flight is set to 1 (yes we know this is against recommended practices, but can't be avoided) As for the number of messages, I...
Here is the connection from the code being console.logged as well as the connections array. ``` ConnectionRdy { conn: NSQDConnection { nsqdHost: '10.30.30.31', nsqdPort: 4150, topic: 'worker-jobs-topic', channel: 'manager', domain:...
Hey @dudleycarr somehow I missed this message, I'll get it added shortly and see how the next few days progress.
@dudleycarr I'm in the middle of testing this right now. I see you've been doing a lot of updates to your code too, any chance you want to just drop...
Unless I put it in the wrong spot it doesn't seem to help. I guess I could just check to make sure `connections[i]` is not undefined before calling bump to...
Apologies. It was late last night. I followed your install instruction for osxcross. I'll have to look at how clang was installed, I don't recall doing that specifically. I am...
Ok, clang installed, another error. Will dig in.
@jessfraz I would love to see `--insecure-registry` flags on build and pull too! It's especially helpful for local development and testing when I don't want to put nginx or something...