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

TCP Server Transport #196

Closed
IvanMurzak opened this issue Apr 3, 2025 · 1 comment
Closed

TCP Server Transport #196

IvanMurzak opened this issue Apr 3, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@IvanMurzak
Copy link

Would be awesome to implement TCPServerTransport class and WithTcpServerTransport function.

.WithTcpServerTransport(options =>
{
    options.Port = 123;
    options.Host = "127.0.0.1";
})
@IvanMurzak IvanMurzak added the enhancement New feature or request label Apr 3, 2025
@IvanMurzak IvanMurzak mentioned this issue Apr 3, 2025
9 tasks
@stephentoub
Copy link
Contributor

Thanks. Closing along with #197 having been closed.

@stephentoub stephentoub closed this as not planned Won't fix, can't repro, duplicate, stale Apr 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants