Unstructured-IO / unstructured-js-client

A Typescript client for the Unstructured hosted API
MIT License
37 stars 10 forks source link

Socket error and hanging handles issue fix #66

Closed mpolomdeepsense closed 4 months ago

mpolomdeepsense commented 4 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.