Paolo Insogna
Paolo Insogna
This PR implements the Happy Eyeballs algorithm. A new option `autoDetectFamily` is added to `net.connect`. When enabled and when family is still `0`, the lookup phase will keep all records...
This PR fixes network family autoselections in three area: 1. Moves handle swapping before trying a new connection, as suggested in https://github.com/npm/cli/issues/6409#issuecomment-1577019656 2. Avoids spawning two different connection attempts, which...
### Describe the bug When I run: ``` NETLIFY_SITE_ID=... netlify deploy --prod ``` The edge function is not deployed, the rest of the site deployed correctly. This issue happens with...
Hello! I was following your guide to download the AWS MQTT certificate with no luck. If I execute the following request (got with Insomnia, but curl returns the same): ```...
This PR adds two new API to `worker_threads` that allow for cross-thread communication via `MessagePort`s. A thread can invoke `worker.connect` to start a new connection to another thread. This method...
When creating a new stackable via `create-platformatic`, if you immediately `cd` to the new directory and run `npm test` the tests will fail.
Follow-up of #54404. See: https://github.com/nodejs/node/pull/54404#discussion_r1730292452 and https://github.com/nodejs/node/pull/54404#discussion_r1730293843
Fixes #3115.