ソースを参照

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)

読み込み中…
キャンセル
保存