Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@haya14busa
Copy link
Contributor

Hi! I found the problem of job/channel feature and wrote patch.

Problem

The callback option of ch_sendexpr() doesn't work with job(piped) handler.
The callback won't be called when accepting msg.

Solution

Use part_read instead of part_write for channel_set_req_callback in send_common().

Please take a look at this. Thanks!

@haya14busa
Copy link
Contributor Author

Thank you for the merge:)

@haya14busa haya14busa deleted the job-channel-callback branch August 28, 2016 17:33
chrisbra pushed a commit to chrisbra/vim that referenced this pull request Sep 29, 2016
Problem:    The callback passed to ch_sendraw() is not used.
Solution:   Pass the read part, not the send part. (haya14busa, closes vim#1019)
desvp pushed a commit to desvp/vim that referenced this pull request May 30, 2017
Problem:    The callback passed to ch_sendraw() is not used.
Solution:   Pass the read part, not the send part. (haya14busa, closes vim#1019)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant