perlin-network / noise

A decentralized P2P networking stack written in Go.
https://godoc.org/github.com/perlin-network/noise
MIT License
1.78k stars 213 forks source link

Noise cleanup-branch example, go run error undefined #260

Closed SgtRumpel closed 4 years ago

SgtRumpel commented 4 years ago

I tried to compile the 4 example in the cleanup-brach, but there a fu ction like registerroutemessageserver but he doesn't find this function, can you help me please.

iwasaki-kenta commented 4 years ago

Closing. Refer to #266 as it no longer has a hard dependency on grpc or protobuf (which is the cause for this error).