Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(109)

Unified Diff: state/api/apiclient.go

Issue 14531048: rpc: add notifications
Patch Set: rpc: add notifications Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « rpc/server.go ('k') | state/apiserver/apiserver.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « rpc/server.go ('k') | state/apiserver/apiserver.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b