@ -115,7 +115,7 @@ func NewServer(opt ...ServerOption) *Server {
}
if opts.codec == nil {
// Set the default codec.
opts.codec = &protoCodec{}
opts.codec = protoCodec{}
return &Server{
lis: make(map[net.Listener]bool),
The note is not visible to the blocked user.