Skip to content

vtkSocket: fix win32 error handling

Lucas Givord requested to merge lucas.givord/vtk:fix-socket-win32 into master

Previously when encountering an error during a Receive() call, server hangs indefinitely as only WSAENOBUFS was checked.

For WSAECONNABORTED we cannot know if the disconnection is expected or not so we don't output an error but log a trace for debugging purpose.

Merge request reports

Loading