-
Notifications
You must be signed in to change notification settings - Fork 187
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
Why not pass client handle in callbacks? #500
Comments
I've just made simple patch to enable that behaviour for read_start, but I don't think it is correct solution btw.
|
Note that this is true for the bindings to all similar functions as well (e.g. In terms of the status quo, I think |
Maybe there is a better way to deal with it? ☺ So. |
We don't have any precedent for making breaking changes and we don't do arbitrary version bumps because the luv version is pegged to the libuv version. |
This is likely not going to change since it would change the API. A different approach is use a ie:
|
Evening.
I'm interested, why we don't pass client handle in read_start callbacks?
It will be very convenient when you using external functions:
So, why such behaviour isn't default?
The text was updated successfully, but these errors were encountered: