protoc-gen-go-frpc
plugin, when compiling .proto
files with protoc.
Client-side RPC invocations and server-side RPC handlers are meant to be
thread-safe and will be run in concurrent goroutines. You must keep
thread-safety in mind when implementing server-side RPC handlers for fRPC.