call uv_poll_start on Flush()
This commit is contained in:
parent
d7b9f64b02
commit
125075b796
@ -306,7 +306,7 @@ protected:
|
|||||||
{
|
{
|
||||||
if(PQflush(connection_) == 1) {
|
if(PQflush(connection_) == 1) {
|
||||||
TRACE("Flushing");
|
TRACE("Flushing");
|
||||||
//ev_io_start(EV_DEFAULT_ &write_watcher_);
|
uv_poll_start(&write_watcher_, UV_WRITABLE, io_event);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user