call uv_poll_start on Flush()

This commit is contained in:
booo 2012-07-06 14:15:51 +02:00
parent d7b9f64b02
commit 125075b796

View File

@ -306,7 +306,7 @@ protected:
{
if(PQflush(connection_) == 1) {
TRACE("Flushing");
//ev_io_start(EV_DEFAULT_ &write_watcher_);
uv_poll_start(&write_watcher_, UV_WRITABLE, io_event);
}
}