Sergey Che

Results 3 comments of Sergey Che

yeah, I know. I use host.docker.internal in my connection strings to postgres, elastic, etc., because I often launch my app as a container in the same network, but sometimes I...

@motasemloubani91 This is how it's supposed to work. The very first request after establishing a connection sends an initial http-request asking to upgrade the connection to websockets. Since it's an...

@gsferreira my understanging was that middleware is created with the lifetime `ConsumerOrProducer` by default, which I thought to basically mean singleton for the lifetime of the consumer? Is it wrong?...