Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make `SocketAddressError` `Equatable` and `Hashable`. This is useful when running tests that you expect to throw this error as it allows you to write for example ```swift await #expect(throws: SocketAddressError.unknown(host: "127.0.0.1", port: Int.max)) { try await app.startup() } ```
- Loading branch information