SAP / node-rfc

Asynchronous, non-blocking SAP NW RFC SDK bindings for Node.js
Apache License 2.0
251 stars 73 forks source link

TypeScript Promises used despite Bluebird imported #134

Closed bsrdjan closed 4 years ago

bsrdjan commented 4 years ago

Despite Bluebird promises imported in TS wrapper index.ts, native Typescript promises are used in Pool and Client. When more than 3 Client/Pool; Promises start concurrently on Darwin platform, all of them remain in pending state. Happens possibly on other platforms as well. Fix and unit test to be provided in 1.0.7.