| Index: state/api/apiclient.go |
| === modified file 'state/api/apiclient.go' |
| --- state/api/apiclient.go 2013-10-10 13:23:27 +0000 |
| +++ state/api/apiclient.go 2013-10-10 20:41:01 +0000 |
| @@ -120,7 +120,7 @@ |
| } |
| log.Infof("state/api: connection established") |
| - client := rpc.NewConn(jsoncodec.NewWebsocket(conn)) |
| + client := rpc.NewConn(jsoncodec.NewWebsocket(conn), nil) |
| client.Start() |
| st := &State{ |
| client: client, |