gautamsi / ews-javascript-api

EWS API for TypeScript/JavaScript - ported from OfficeDev/ews-managed-api - node, cordova, meteor, Ionic, Electron, Outlook Add-Ins
MIT License
282 stars 73 forks source link

Randomly stuck in API when there is network issue #408

Open brt-tiep-duong opened 2 years ago

brt-tiep-duong commented 2 years ago

Hello,

We face an issue when we call the API LoadPropertiesForItems. Sometimes, when there is network issue, the API never returns, no error message either. We suspect that it was the TCP keep alive which cause the issue. The connection has been lost but unable to be detected.

Does anyone face this issue? Any suggestion? We're using version 0.9.3

Thanks

gautamsi commented 2 years ago

If you have any PR I would try to merge them.