Skip to content

Commit 125075b

Browse files
committed
call uv_poll_start on Flush()
1 parent d7b9f64 commit 125075b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/binding.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ class Connection : public ObjectWrap {
306306
{
307307
if(PQflush(connection_) == 1) {
308308
TRACE("Flushing");
309-
//ev_io_start(EV_DEFAULT_ &write_watcher_);
309+
uv_poll_start(&write_watcher_, UV_WRITABLE, io_event);
310310
}
311311
}
312312

0 commit comments

Comments
 (0)