mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 04:01:55 +00:00
rpc: cleanup tests and test contract calls
This commit is contained in:
@@ -297,7 +297,6 @@ func (w *WebsocketManager) read(con *Connection) {
|
||||
var in []byte
|
||||
_, in, err := con.wsCon.ReadMessage()
|
||||
if err != nil {
|
||||
//if err := websocket.Message.Receive(con.wsCon, &in); err != nil {
|
||||
// an error reading the connection,
|
||||
// so kill the connection
|
||||
con.quitChan <- struct{}{}
|
||||
|
Reference in New Issue
Block a user