We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 205b510 + 800d186 commit 8e6d40fCopy full SHA for 8e6d40f
states.go
@@ -5,8 +5,4 @@ const (
5
StateInit = iota
6
StateDisconnected
7
StateConnected
8
- StateSubscribed
9
- // StateClosing means CLOSE has started...
10
- // (responses are ok, but no new messages will be sent)
11
- StateClosing
12
)
0 commit comments