ably-js icon indicating copy to clipboard operation
ably-js copied to clipboard

HTTP/2 support

Open owenpearson opened this issue 4 years ago • 2 comments

Only works on NodeJS >= 15.10.0. semver NPM module used to perform runtime check to ensure that NodeJS version is sufficient for HTTP/2 to work.

owenpearson avatar Oct 21 '21 18:10 owenpearson

Tests seem to pass in Node 16 except for spec/rest/fallbacks.test.js, although for some reason the Node process seems to stay open for about 10-15 minutes after the test suite is complete.

owenpearson avatar Oct 21 '21 19:10 owenpearson

The failure on Node 16 is related to sindresorhus/got#1899 which is fixed in 12.0.0-beta.4 so I'll pick this PR up again when got v12 becomes stable.

owenpearson avatar Oct 22 '21 11:10 owenpearson