mdlayher / vsock

Package vsock provides access to Linux VM sockets (AF_VSOCK) for communication between a hypervisor and its virtual machines. MIT Licensed.
MIT License
328 stars 65 forks source link

Unblock Accept after closing listener #20

Closed mxpv closed 5 years ago

mxpv commented 5 years ago

Hello. This fixes issue with blocked Accept after closing listener. Details are here #19

mdlayher commented 5 years ago

Will review now, but /cc @aybabtme since he's running this software too.

mxpv commented 5 years ago

@mdlayher @aybabtme is there anything else I can do to get this merged?

aybabtme commented 5 years ago

lgtm, sorry for not looking at this earlier. perhaps dial down the 1s sleep to 100ms

mxpv commented 5 years ago

@aybabtme done!

mdlayher commented 5 years ago

LGTM and apologies for the delay. Thanks!