Skip to content

Commit

Permalink
Make methods of socket client open
Browse files Browse the repository at this point in the history
  • Loading branch information
enums committed Jan 2, 2022
1 parent 862e3c5 commit 895a7e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Heze/Socket/HezeSocketClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ open class HezeSocketClient: HezeSocketHandler {
socket?.close()
}

public override func connected() {
open override func connected() {

}

public override func closed() {
open override func closed() {

}
}

0 comments on commit 895a7e2

Please sign in to comment.