Resource leak in RoutingClient

Hi all,

I am trying to replace arclink requests by fdsn requests in my software. I have tried using obspy.clients.fdsn.RoutingClient. However, when I make a large number of requests, what I usually do, lsof shows more and more resources allocated by my script which are never freed again.

Here a trivial example:

Hallo Roman,

I think this issues was already once discussed here:
https://github.com/obspy/obspy/issues/2342

Does that look like your situation?

Best regards,
Florian

_____________________________________ Dr. Florian Fuchs Department of Meteorology and Geophysics University of Vienna UZA II, 2D508 Althanstraße 14 1090 Vienna Austria Phone: +43 1 4277 53726 Mobile: +43 664 60277 53726 www: http://imgw.univie.ac.at _____________________________________

Hi Florian,

this is exactly the same problem. I wonder why I did not find it when searching for any clues yesterday.

Regards

Roman