This repository was archived by the owner on Jun 12, 2018. It is now read-only.

Description
I'm using boost 1_62, windows 10, running with VS 2013, deploy to win32.
When i do server.start(), the exception below is thrown.
boost_socket_acceptor.hpp: boost::system::error_code ec; this->get_service().open(this->get_implementation(), protocol, ec); boost::asio::detail::throw_error(ec, "open");
My code is just the server implementation. nothing else.
Client implementation works fine btw., i just can't make the server start.
Do you have any ideas?