Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
acmacalister authored Aug 22, 2023
1 parent ac6c0fc commit 7723d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ func didReceive(event: WebSocketEvent, client: WebSocket) {
case .error(let error):
isConnected = false
handleError(error)
case .peerClosed:
break
case .peerClosed:
break
}
}
```
Expand Down

0 comments on commit 7723d1e

Please sign in to comment.