-
Notifications
You must be signed in to change notification settings - Fork 59
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
client.Close() blocks on Windows #13
Comments
I meet the same problem. |
I'll take a look, thanks for letting me know.
…On Thu, Aug 24, 2017, 4:03 AM timidev ***@***.***> wrote:
I meet the same problem.
I'm using Windows 7 and Go 1.8.
Can you fix this please?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#13 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ADCcyF8gtvFBbevakl1tyQ90dkIubu9Mks5sbS5ggaJpZM4KMz-y>
.
|
I fixed this problem. |
Hey,
using pie I've noticed that calling Close() on the client returned by pie.StartProviderCodec does not seem to work running on Windows. The call just blocks indefinitely. Your own sample code can be used to reproduce this issue. On Linux everything runs fine.
I'm not sure if this is an issue with pie specifically or with Go's implementation of RPC. A quick Google search didn't bring up anything. Any ideas what could be the problem?
I'm using Windows 10 and Go 1.7.
The text was updated successfully, but these errors were encountered: