i have been sending events to eventhubs using the python sdk, but i have been receiving this errors when sending data for some extended periods of around 1 hour and half sending data constantly, my goal is to send around 25 thousand events:
My guess is that the uamqp connection requires to authenticate again after some time, and somehow the sdk is failing when trying to reconnect. How could i approach this failure? send smaller batches? close the connection after some sending and open it again? update to the newer version of the sdk? Any comments are greatly appreciated.