-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
add start() declaration to:
poco/Net/include/Poco/Net/SocketReactor.h
Line 188 in c9dc1f9
void start();
/// Starts the SocketReactor.
add start() definition to:
poco/Net/src/SocketReactor.cpp
Line 158 in c9dc1f9
void SocketReactor::start()
{
_stop.exchange(false);
}
Reactions are currently unavailable