gorpc icon indicating copy to clipboard operation
gorpc copied to clipboard

ConnStats.Snapshot example please

Open goarchit opened this issue 8 years ago • 0 comments

Just a bit of pseudo code would be great...

d := gorpc.NewDispatcher()   
s := gorpc.NewTCPServer("127.0.0.1:43216", d.NewHandlerFunc())
s.Start()
stats := ??? Snapshot()

goarchit avatar Feb 19 '17 06:02 goarchit