"sdk/esp_iot_sdk_v1.4.0/Makefile" did not exist on "cf4a4f2a9d12a72406b3bd945cd087a785cf2d53"
Use correct libuv call on Windows (#784)
Explicitly call `uv_poll_init_socket` as that has slightly different semantics on Windows (and is identical to `uv_poll_init` on Linux). http://docs.libuv.org/en/v1.x/poll.html#c.uv_poll_init_socket
Please register or sign in to comment