We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d65a8 commit 22a3e52Copy full SHA for 22a3e52
endpoint.cpp
@@ -90,8 +90,6 @@ Endpoint::~Endpoint() {
90
}
91
92
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();
95
return poll->fd();
96
97
uvw
0 commit comments