Skip to content

Commit 201a29e

Browse files
committed
Add Apple Quick Help documentation comments.
1 parent f6ddfb2 commit 201a29e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sources/Extensions/URLSessionWebSocketTask.CloseCode+Extensions.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ internal extension URLSessionWebSocketTask.CloseCode {
66

77
/// Describes closure codes as specified by the Pusher Channels Protocol
88
///
9-
/// For reference: https://pusher.com/docs/channels/library_auth_reference/pusher-websockets-protocol#error-codes
9+
/// Reference: https://pusher.com/docs/channels/library_auth_reference/pusher-websockets-protocol#error-codes
1010
enum PusherChannelsProtocol: Int {
1111

1212
// 4000 - 4099
@@ -44,6 +44,8 @@ internal extension URLSessionWebSocketTask.CloseCode {
4444
// MARK: - Pusher Channels Protocol reconnection strategies
4545

4646
/// Describes the reconnection strategy for a given `PusherChannelsProtocol` closure code.
47+
///
48+
/// Reference: https://pusher.com/docs/channels/library_auth_reference/pusher-websockets-protocol#connection-closure
4749
enum PusherChannelsReconnectionStrategy: Int {
4850

4951
/// Indicates an error resulting in the connection being closed by Pusher Channels,

0 commit comments

Comments
 (0)