-
Notifications
You must be signed in to change notification settings - Fork 616
Closed
Description
Hi,
I have come across the scenario that the library throws a SocketException in SocketFrameHandler constructor when it tries to connect through IPV6. It the successfully connects using IPv4.
This is not a problem most of the times but for low latency systems when memory is important is kind of expensive to throw exception every time a connection is being established, especially when there are a number of connections.
Is it possible to somehow pass the socket address type as parameter to avoid this?
Thanks
Metadata
Metadata
Assignees
Labels
No labels