Peter Wicks

Results 17 comments of Peter Wicks

Looking at the code, I see you had a variable for a PollDelay that wasn't being used. So maybe something like this: https://github.com/brthor/Gofer.NET/pull/53?

I was playing with the code, and went in a completely different direction. I added an override to Listen so you can define how many threads to start. It partially...

Yeah, the PR is just some test code. Take your time to think about the right approach :) For now, your approach is working.

Updated based on your feedback.

Looks like it succeeds on Linux but fails on OSX? In my environment I'm developing on Windows and running on Linux. Look at historic builds, it looks like the OSX...

I occasionally run into this issue (I think it's the same issue). I'm using ExpressJS. I run a worker, and I can debug, etc... no problem. But then I change...