Unstructured-IO / unstructured-js-client

A Typescript client for the Unstructured hosted API
MIT License
40 stars 12 forks source link

Socket error and hanging handles issue fix #65

Closed mpolomdeepsense closed 5 months ago

mpolomdeepsense commented 5 months ago

Sometimes when processing big files JS client throws Socket Error. There is also an issue with open handles not being closed properly.

This update should fix both issues.