delvedor / hpagent

A ready to use http and https agent for working with proxies that keeps connections alive!
MIT License
182 stars 36 forks source link

scheduling #34

Closed nicob-29 closed 3 years ago

nicob-29 commented 3 years ago

Hi

Compilation failed related to scheduling

Using tsc v4.3.2 src/platform-services/platform-utils.ts(241,9): error TS2345: Argument of type '{ keepAlive: true; keepAliveMsecs: number; maxSockets: number; maxFreeSockets: number; scheduling: string; proxy: any; }' is not assignable to parameter of type 'HttpProxyAgentOptions'. Object literal may only specify known properties, and 'scheduling' does not exist in type 'HttpProxyAgentOptions'.

nicob-29 commented 3 years ago

it is a problem related to the version of @types/node