Skip to content
Snippets Groups Projects
Commit 45225313 authored by Tommaso Colombo's avatar Tommaso Colombo
Browse files

UDPSession: do not call close() in destructor

Fixes ATDAQDF-46
parent 204794de
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,6 @@ UDPSession::UDPSession(boost::asio::io_service& ioService, uint16_t port) :
UDPSession::~UDPSession()
{
close();
}
void UDPSession::connect(const boost::asio::ip::udp::endpoint& remoteEndpoint)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment