lapin icon indicating copy to clipboard operation
lapin copied to clipboard

WSAStartup Error on Windows

Open Victor-N-Suadicani opened this issue 1 year ago • 3 comments

On Windows, I'm getting the following error log when creating a connection and channel in lapin, using it to publish and receive some messages and then letting the program reach the end of main.

[2023-03-28T11:48:05Z ERROR lapin::io_loop] error doing IO error=IOError(Os { code: 10093, kind: Uncategorized, message: "Either the application has not called WSAStartup, or WSAStartup failed." })

The log seems to happen at the end of main. I suppose it has to do with stopping some threads that lapin create but I don't really know.

Victor-N-Suadicani avatar Mar 28 '23 11:03 Victor-N-Suadicani