ExtendedConn.HandleJsonMessage: call jsonParseError
In case of something goes wrong for parsing the message as JSON message, we should tell this the error handler.
This commit is contained in:
		| @@ -68,6 +68,7 @@ func (ext *ExtendedConn) HandleJsonMessage(message string) { | ||||
| 	msg := JSONMessage{} | ||||
| 	err := json.Unmarshal([]byte(message), &msg) | ||||
| 	if err != nil || len(msg) < 2 { | ||||
| 		ext.jsonParseError(err) | ||||
| 		return | ||||
| 	} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user