Skip to content

Commit a73e6dc

Browse files
dmorrowhamchapman
authored andcommitted
Update PusherSwift.swift
1 parent 7efc7b7 commit a73e6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PusherSwift.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ let CLIENT_NAME = "pusher-websocket-swift"
133133
/**
134134
Unsubscribes the client from all channels
135135
*/
136-
open func unsubscribe(_ channelName: String) {
136+
open func unsubscribeAll() {
137137
self.connection.unsubscribeAll()
138138
}
139139

0 commit comments

Comments
 (0)