Maybe you should try to limit concurrency. Masstransit has ways of doing that.
/G On Wed, Jan 13, 2021 at 10:32 PM Hakan karaoğlu <[email protected]> wrote: > let me give you one more information, my example query you can see below > > [image: 9.PNG] > > 14 Ocak 2021 Perşembe tarihinde saat 00:16:06 UTC+3 itibarıyla Hakan > karaoğlu şunları yazdı: > >> Gunnar, I found the error and fixed it. However, this time, other >> consumers who received the message started to give different errors. For >> example >> >> Received "Pooled connection request timed out" error 1881 times among 13 >> thousand data >> >> [image: 7.PNG] >> >> 1000 times "Object reference not set to an instance of an object." got >> the error >> >> [image: 8.PNG] >> By the way, I set the connection timeout to 120 in the >> configuration. What else can you suggest? >> 13 Ocak 2021 Çarşamba tarihinde saat 02:37:39 UTC+3 itibarıyla Gunnar >> Liljas şunları yazdı: >> >>> Are you 100% sure that you get a new instance of the Consumer (and >>> therefore, the UoW and the session) every time a message is received? >>> That's very important. >>> >>> Weird object reference errors are typical of thread safety issues. >>> >>> /G >>> >>> >>> >> -- > You received this message because you are subscribed to the Google Groups > "nhusers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/nhusers/b422eb7c-9561-4a90-bc63-6ccbcd810e39n%40googlegroups.com > <https://groups.google.com/d/msgid/nhusers/b422eb7c-9561-4a90-bc63-6ccbcd810e39n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nhusers/CAAOnFsNwWDHVxKJ%3DStML8osc7Utc3vhNnQbMCm%2BL%3DbE%3D1igFDA%40mail.gmail.com.
