Skip to content

Commit 22a3e52

Browse files
committed
Update uvw and remove workaround
1 parent 60d65a8 commit 22a3e52

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

endpoint.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ Endpoint::~Endpoint() {
9090
}
9191

9292
int Endpoint::socket_fd() const {
93-
// Workaround for https://github.com/skypjack/uvw/issues/236
94-
//return poll->uvw::Handle<uvw::PollHandle, uv_poll_t>::fd();
9593
return poll->fd();
9694
}
9795

0 commit comments

Comments
 (0)