larksuite / oapi-sdk-python

Larksuite development interface SDK
MIT License
336 stars 54 forks source link

Response does not close after use #65

Open Zoupers opened 6 months ago

Zoupers commented 6 months ago

https://github.com/larksuite/oapi-sdk-python/blob/4274991a0c112f5b8e5d99d798e3bcd5b2b748e3/src/larksuiteoapi/api/request/request.py#L280-L300

As above, there should have a corresponding close call at https://github.com/larksuite/oapi-sdk-python/blob/4274991a0c112f5b8e5d99d798e3bcd5b2b748e3/src/larksuiteoapi/api/request/request.py#L291.

This bug would cause exception if we have many requests in a short range of time.