JackyWoo
JackyWoo
SSCCE : Use `Net/samples/EchoServer/src/EchoServer.cpp` just modify `onSocketWritable` which throw something. ``` void onSocketWritable(const AutoPtr& pNf) { try { _socket.sendBytes(_fifoOut); throw 1; } catch (Poco::Exception& exc) { Application& app = Application::instance();...
@aleks-f How about the idea `Make socket reactor more easy to use`? Expecting for reply.
@aleks-f Conflicts are fixed. Pls review when you have a chance.
@aleks-f @obiltschnig How about the idea? Expecting for reply.
Thanks, I wonder whether we should introduce `libunwind ` for stack trace catching?
Thanks. I will focus on the `SocketReactor` first.
@chaohuzhang I use Clion and it works well. Could you pls describe in details?
@obiltschnig I wanna take this task if it is still available.
hi aleks-f, thanks for response, should we add constructor param to `SocketAcceptor`? And perhaps we could add possability to set some commonly used socket options in `SocketAcceptor`.
@aleks-f ok, I will close this pr and I posted another pr #3741 try to add support of additional constructor parameters.