-
Notifications
You must be signed in to change notification settings - Fork 120
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
[win32] Explicitly close rx pipe when closing wallet #1679
Conversation
a74c88b
to
5d098f5
Compare
app/modules/win32ipc/pipe_wrapper.cc
Outdated
@@ -48,5 +48,18 @@ result<pipe> create_pipe(pipe_direction direction) { | |||
err: | |||
return result<pipe>::error(err_msg); | |||
} | |||
|
|||
|
|||
result<int> close_pipe_end(uintptr_t read_end_handle, uintptr_t write_end_handle) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this return value doesn't agree with the header declaration
@jrick Updated the module so that See if you prefer this version. |
f2001af
to
7f61105
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tACK on Win10 and code looks great. Awesome job!
Close #1675
Close #1653
Fix #1645