James Hickey

Results 136 comments of James Hickey
trafficstars

There is a way to fix this - which I'll be looking into / testing. Just to verify, did you get this working? For example, adding `false` to your `csproj`...

I added a little extra sentence under the "manually" no. 3 section to address this.

Yes, this is a feature that's been planned for a while - just haven't had the time yet lol #139

Sure, I'll have to take a look at the code and give you an outline of how it should be done. There are a few different ways I have in...

Haven't had a chance to look at this yet. Will update once I do 👍

So let's try this as a first stab at having multiple queues. There are a few ways that we could modify the existing `Queue`... but they all have issues. So,...

I also add - I like this approach because it opens up the door to have multiple queues configurable via the appsettings.json file too. Each queue is a "full" isolated...

Also, you'll probably need to pass in the `IQueues` or possibly another interface bound to the same concrete class `QueueFinder` (or whatever its called) to the background service too and...

Let me know if you have any questions!

> Hi @jamesmh > > Thanks for getting back. I also like this approach. I'm still on it. I will make the change and you can check it out. I...