File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ internal extension URLSessionWebSocketTask.CloseCode {
6
6
7
7
/// Describes closure codes as specified by the Pusher Channels Protocol
8
8
///
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
10
10
enum PusherChannelsProtocol : Int {
11
11
12
12
// 4000 - 4099
@@ -44,6 +44,8 @@ internal extension URLSessionWebSocketTask.CloseCode {
44
44
// MARK: - Pusher Channels Protocol reconnection strategies
45
45
46
46
/// 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
47
49
enum PusherChannelsReconnectionStrategy : Int {
48
50
49
51
/// Indicates an error resulting in the connection being closed by Pusher Channels,
You can’t perform that action at this time.
0 commit comments