Nick Kotenberg

Results 51 comments of Nick Kotenberg

@jondubois are you going to do this? someFunc(data,respond) { return new Promise(async (resolve,reject) => { // Do something respond && respond(err,results) return resolve() }) } or were you just going...

That's cool. I love promises. I'm pretty excited for this!

Umm, we're using it with Kops, AWS and it works well with `ingress-nginx`. I don't know if that's helpful but it does work.

@githubfreedcamp Hey man, we are using it in production and have been for over a year. We started on SC2 and are now on SC5 so I think we've had...

@slidenerd We are using socketcluster-client. @githubfreedcamp I've migrated our project to Golang and Vue2. We are no longer using Socketcluster except for sub-pub which will eventually be replaced by Hyperledger's...

you can pass in ENV with `--cssh=localhost --cssp=3300`. Good luck!

@jondubois can we close this issue? I believe it has been resolved and no activity for a while.

https://www.youtube.com/watch?v=kzCQ6pfBzb4

@jondubois what if each worker had a "publish queue" and publishing out would just push to this queue. Then there would be some sort of handler that would pop say...