repair not found stm id

This commit is contained in:
Four - Macbook 2018-11-01 16:52:44 +08:00
parent 915970dc69
commit 3a639ed0f1
1 changed files with 1 additions and 0 deletions

View File

@ -307,6 +307,7 @@ func (stm *stream) resolveClientPacket(payload []byte, seq int) {
var ok bool
if stmt, ok = stm.stmtMap[stmtID]; ok == false {
log.Println("ERR : Not found stm id", stmtID)
return
}
//params