Chris Hartwig

Results 4 comments of Chris Hartwig

Hi @BentCoder I may be wrong as I'm still very new with RabbitMQ and this package, but I'm using confirmations on the same channel and it's working, and I think...

I've changed my CI to use a fixed tag instead. Thanks for your reply!

I have worked around this issue with a View... It's the most transparent I could come up with. The model looks like: ```prisma model User{ id Int @id @default(autoincrement()) countries...