瀏覽代碼

bugfix for invalid message

master
Patrick Peng Sun 9 年之前
父節點
當前提交
0196a3ce08
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      server.go

+ 2
- 2
server.go 查看文件

} else { } else {
//put into user session based pipeline //put into user session based pipeline
AllInMessage <- in AllInMessage <- in
//read instant response
reply = <-in.instantResponse
} }


//read instant response
reply = <-in.instantResponse
in.destroy() in.destroy()
//uncomment the followin two lines to enable echo test //uncomment the followin two lines to enable echo test
// state, _ := echoCommand(in.header.FromUserName, in) // state, _ := echoCommand(in.header.FromUserName, in)

Loading…
取消
儲存