Skip to content

Commit

Permalink
Merge pull request #9 from ETiV/master
Browse files Browse the repository at this point in the history
bug fix.
  • Loading branch information
hesh915 authored Jun 14, 2017
2 parents 602f706 + c6def3c commit 3929d71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ func (client *Client) onPacket(decoder *decoder, packet *packet) ([]interface{},
case _ERROR:
message = "error"
case _ACK:
fallthrough
case _BINARY_ACK:
return nil, client.onAck(packet.Id, decoder, packet)
default:
Expand Down

0 comments on commit 3929d71

Please sign in to comment.