privacylab / talek

a Private Publish Subscribe System
BSD 2-Clause "Simplified" License
47 stars 5 forks source link

trigger re-connect after RPC error. #70

Closed willscott closed 7 years ago

willscott commented 7 years ago

fix #69

ryscheng commented 7 years ago

Also as an FYI, I've abstracted out the calling code in my branch, for future rpc stubs to use. https://github.com/privacylab/talek/blob/ryscheng-coordinator/common/rpc_call.go

I'll update my branch to do the same

willscott commented 7 years ago

awesome.

Also: the RPC wire protocol is weirdly verbose. should we think about protobufs or something?