Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for udp tcp #11776

Closed
nolotus opened this issue Jun 18, 2023 · 1 comment
Closed

add support for udp tcp #11776

nolotus opened this issue Jun 18, 2023 · 1 comment
Labels
enhancement Extensions Tracks issues against community modules and extensions

Comments

@nolotus
Copy link

nolotus commented Jun 18, 2023

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

@microsoft-github-policy-service microsoft-github-policy-service bot added the Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) label Jun 18, 2023
@chrisglein
Copy link
Member

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.

@chrisglein chrisglein closed this as not planned Won't fix, can't repro, duplicate, stale Jun 29, 2023
@microsoft-github-policy-service microsoft-github-policy-service bot removed the Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) label Jun 29, 2023
@chrisglein chrisglein added the Extensions Tracks issues against community modules and extensions label Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Extensions Tracks issues against community modules and extensions
Projects
None yet
Development

No branches or pull requests

2 participants