fix QueueingSocketSink to update the IOEvent when the handle is modified. tihgtened...
[senf.git] / senf / PPI / QueueingSocketSink.cti
index f1ae028..481ff99 100644 (file)
@@ -59,6 +59,7 @@ template <class Writer>
 prefix_ void senf::ppi::module::PassiveQueueingSocketSink<Writer>::handle(Handle handle)
 {
     handle_ = handle;
+    event_.set( handle_, IOEvent::Write);
     qAlgo_->clear();
     checkThrottle();
 }