MQTT.js icon indicating copy to clipboard operation
MQTT.js copied to clipboard

feat: add `quic` support

Open robertsLando opened this issue 1 year ago • 6 comments

Ref #1298 Fixes #1924

robertsLando avatar Aug 08 '24 12:08 robertsLando

Depends on QUIC support in node.js:

  • https://github.com/nodejs/node/pull/38233
  • https://github.com/nodejs/node/pull/47289
  • https://github.com/nodejs/node/pull/44325
  • https://github.com/nodejs/node/pull/47927
  • https://github.com/nodejs/node/pull/48244
  • https://github.com/nodejs/node/pull/53256
  • https://github.com/nodejs/node/pull/52628

robertsLando avatar Aug 08 '24 12:08 robertsLando

cc @mcollina

robertsLando avatar Aug 08 '24 12:08 robertsLando

nice!!!

mcollina avatar Aug 08 '24 13:08 mcollina

@mcollina Do you confirm that the only way to test this is to build nodejs using --experimental-quic flag? Is there any alternative? Also I cannot find any docs about this except a blog post in NearForm site from 2020 (a bit old I think)

robertsLando avatar Aug 08 '24 14:08 robertsLando

I would not add this at this point

mcollina avatar Sep 01 '24 09:09 mcollina

I would not add this at this point

Yeah this is a WIP

robertsLando avatar Sep 02 '24 07:09 robertsLando