rpc: cleanup tests and test contract calls

This commit is contained in:
Ethan Buchman
2015-04-14 19:29:18 -07:00
parent 34098edb93
commit 9b76cfe26a
6 changed files with 286 additions and 138 deletions

View File

@@ -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{}{}