Explorar el Código

bugfix for invalid message

master
Patrick Peng Sun hace 9 años
padre
commit
0196a3ce08
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      server.go

+ 2
- 2
server.go Ver fichero

} 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)

Cargando…
Cancelar
Guardar