Skip to content

Commit 8e6d40f

Browse files
authoredOct 31, 2016
Merge pull request #198 from judwhite/feature/remove-unused-states
remove unused states
2 parents 205b510 + 800d186 commit 8e6d40f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎states.go

-4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,4 @@ const (
55
StateInit = iota
66
StateDisconnected
77
StateConnected
8-
StateSubscribed
9-
// StateClosing means CLOSE has started...
10-
// (responses are ok, but no new messages will be sent)
11-
StateClosing
128
)

0 commit comments

Comments
 (0)
Please sign in to comment.