setupRequest is being called before setupClient
See original GitHub issueHi,
I’m having an issue, In the setupClient I assign some variables on the context, to use different values between the connections, that I have to use in the first request, but setupRequest
is being called before setupClient
, Should not be called setupClient
first?
Thank in advance, Pola.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Load testing with Autocannon - NearForm
When using workers. When using workers, the functions passed to setupRequest and onResponse cannot be cloned while passing options to workers.
Read more >autocannon/README.md - UNPKG
A path to a Unix Domain Socket or a Windows Named Pipe. A URL is still required in order to send the correct...
Read more >autocannon-cig - npm
Fast HTTP benchmarking tool written in Node.js. Latest version: 1.2.0, last published: 2 years ago. Start using autocannon-cig in your ...
Read more >mcollina/autocannon - Gitter
I have a question, I am having an issue with the progress bar when I want to ... issue as setupRequest is only...
Read more >NEOCORTEC User Guide
The Wireless Encrypted Setup client mode is enabled when the node has 0xFFFF as its. Node ID. This can be programmed directly through...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes, go for it.
This change makes a lot of sense, but it might break the usage of
setBody
andsetHeadersAndBody
insidesetupClient
: