Cannot read property callback of undefined #2252
Unanswered
michelsteege
asked this question in
Q&A
Replies: 2 comments 2 replies
-
When the node responds to you twice for the same request, at this line, the request is actually deleted during the processing of the first response. I think this could potentially be a bug. cc: @ricmoo |
Beta Was this translation helpful? Give feedback.
1 reply
-
I have the same issue, really need a solution |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Not sure if this is a bug or something else but i am getting the following error every now and then:
I am listening to the a bsc wss endpoint and this seems to happen almost always when there are a lot of transactions (during peak hours) is there a way to capture this error, right now it is crashing my app.
My initial idea was to add a try catch but i am not exactly sure where (around the creating of the provider or around the listener) and since i cant recreate the error on demand this is hard to test
any help is much appreciated!
Beta Was this translation helpful? Give feedback.
All reactions