-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jsonrpc: return a warning everytime a json response get handled #230
Comments
I will take this. |
I do not think this is a task for you @Harshit933, this is a problem on how we use pool at the kernel level Or your already know how to fix it? |
I do not know. But if you are working on this you would do far better than me :) |
I think we should not waste time in bug that we do not know how to solve. You have already a lot of work on your plate |
Fixed in #242 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the basic flow of events whenever I am querying the node.
RPCEvent::Accept
RPCEvent::Connect && event.is_readable()
RPCEvent::Connect and the event.is_invalid()
-> This throws the warning.Originally posted by @Harshit933 in #219 (comment)
The text was updated successfully, but these errors were encountered: