You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.
@nkolban I think the function signature itself is enough to be abstracted. (Because platform specific function signature we name this kind of function as uv_unix_udp_finish_close.) I believe the thing is needed is we implement more functions as we support more platforms.
Howdy ... are you saying that the issue has been accepted as something that will be worked upon? My goal is to port or get running libtuv on the new ESP32 platform and if changes are going to be made in this area, I'll hold off until done.
Ah I assumed that you misunderstood my word the thing is needed is we implement. We don't plan to make a big work on this area. so If you want to extend our platform support, very welcome!
There is a reference to a function called uv__udp_finish_close() ... see:
libtuv/source/uv_run.c
Line 68 in 65b4efa
That is defined only in the Unix specific implementation ...
https://github.com/Samsung/libtuv/blob/374e9978322d8173f385fd53297335b94e1787d1/source/unix/uv_unix_udp.c
I believe this needs to be abstracted.
The text was updated successfully, but these errors were encountered: