We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89be322 commit c756835Copy full SHA for c756835
Sources/NIOCore/Channel.swift
@@ -458,8 +458,10 @@ extension ChannelError: CustomStringConvertible {
458
"Bad interface address family"
459
case let .illegalMulticastAddress(address):
460
"Illegal multicast address \(address)"
461
+ #if !os(WASI)
462
case let .multicastNotSupported(interface):
463
"Multicast not supported on interface \(interface)"
464
+ #endif
465
case .inappropriateOperationForState:
466
"Inappropriate operation for state"
467
case .unremovableHandler:
0 commit comments