File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -348,7 +348,7 @@ extension WebSocketClient {
348
348
// bind to selected device, if any
349
349
bindTo ( device: device, on: channel) . cascadeFailure ( to: promise)
350
350
}
351
-
351
+
352
352
if scheme. enableTLS {
353
353
// enale TLS
354
354
let tlsConfig = configuration. tlsConfiguration ?? scheme. defaultTLSConfig!
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ final class WebSocketHandler: ChannelInboundHandler {
29
29
func channelUnregistered( context: ChannelHandlerContext ) {
30
30
logger. debug ( " WebSocketHandler channelUnregistered " )
31
31
}
32
- #endif // DEBUG
32
+ #endif // DEBUG
33
33
34
34
func channelRead( context: ChannelHandlerContext , data: NIOAny ) {
35
35
let frame = self . unwrapInboundIn ( data)
You can’t perform that action at this time.
0 commit comments