Skip to content

Conversation

@swhitty
Copy link
Owner

@swhitty swhitty commented Nov 23, 2024

struct AnySocketAddress should not be needed as any SocketAddress can box all addresses and can then be unwrapped to sockaddr_storage when required to be used.

replace (some SocketAddress)? = nil with (any SocketAddress)? = nil so callers of this method do not need to provide a concrete type and can instead provide nil

@swhitty swhitty merged commit 13778ca into main Nov 23, 2024
21 of 26 checks passed
@swhitty swhitty deleted the remove-AnySocketAddress branch November 23, 2024 02:11
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

Successfully merging this pull request may close these issues.

2 participants