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
Hopefully, someone will be able to provide a solution for react-native-windows
tcp, udp, and related support.
The existing Rapsssito/react-native-tcp-socket#157
A new one could be added as well.
Motivation
Not all data is from http protocol, if there is support for tcp udp. It would be better.
Basic Example
I can't write c++, so I won't add support for react-native-windows.
Open Questions
No response
The text was updated successfully, but these errors were encountered:
The documentation for writing native modules for windows is here. Writing in C++ is preferred, but C# is an option, if C++ isn't an option for you.
At this point we prefer that these issues are tracked on the repo of the module itself, rather than here on the core Windows platform repo. So we'll let that other bug track this request. Through the docs and through looking at other modules (and the built in networking module in this repo) there should hopefully be lots of examples to source from. In this case, it looks like it'd be adapting this code to the Windows equivalents.
Summary
Hopefully, someone will be able to provide a solution for react-native-windows
tcp, udp, and related support.
The existing Rapsssito/react-native-tcp-socket#157
A new one could be added as well.
Motivation
Not all data is from http protocol, if there is support for tcp udp. It would be better.
Basic Example
I can't write c++, so I won't add support for react-native-windows.
Open Questions
No response
The text was updated successfully, but these errors were encountered: