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

ReuseAddress option on Client Socket (as well). #2080

Open
cmerighi opened this issue Sep 13, 2024 · 0 comments
Open

ReuseAddress option on Client Socket (as well). #2080

cmerighi opened this issue Sep 13, 2024 · 0 comments

Comments

@cmerighi
Copy link

cmerighi commented Sep 13, 2024

This is an issue strictly related to another one that has been already solved on the server side (see relevant comment), but may still affect the clients that are forced to be bound (in my case due to an implementation requirement) to specific local endpoints.

Exception: System.Net.Sockets.SocketException : Only one usage of each socket address (protocol/network address/port) is normally permitted.

StackTrace: CrossPlatformSocket.ConnectAsync(EndPoint endPoint, CancellationToken cancellationToken) MqttTcpChannel.ConnectAsync(CancellationToken cancellationToken)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant