Skip to content

Commit

Permalink
Fix resume bug! It's op not ip.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwmarrin committed May 1, 2016
1 parent 9e8cd0a commit c65d509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsapi.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type handshakeOp struct {
}

type ResumePacket struct {
Op int `json:"ip"`
Op int `json:"op"`
Data struct {
Token string `json:"token"`
SessionID string `json:"session_id"`
Expand Down

0 comments on commit c65d509

Please sign in to comment.