question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Multiple request calls are not working

See original GitHub issue

I’m just trying to Request<T, TR> multiple times. The first time is working, the second time I get this exception: (First time I request with a RpcMethod and second time with different RpcMethod) image

I can’t tell if this issue is on my side or from WC. Can you help me with an answer please? Thank you!

Issue Analytics

  • State:open
  • Created 7 months ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
Executuscommented, Jun 1, 2023

I had the same problem. The change suggested by @axenteoctavian worked for me.

1reaction
axenteoctaviancommented, Apr 22, 2023

No, no. I call Init only once. My issue is when using different RpcMethod attribute in Request

Read more comments on GitHub >

github_iconTop Results From Across the Web

Some API calls get failed when i make multiple ...
I want to make multiple API call. number of calls is 12,i am using Promise.all method. but problem is some calls get failed....
Read more >
REST API Design: Multiple calls vs. single call to the API
In Theory the multiple simultaneous calls are more flexible and just as fast. However, in practice if you load a page, and then...
Read more >
Multiple parallel requests not working · Issue #856
This issue is about the underlying web server not handling parallel requests. If that is currently not a bug or a user error...
Read more >
Can I call multiple recipients in one API request?
Answer. It is not possible to send an API request with multiple recipient handsets. An API request must be made to each recipient....
Read more >
Combine multiple requests in one HTTP call using JSON ...
First you construct the JSON batch request for the previous example. In this scenario, the individual requests are not interdependent in any way ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found