Update server.go

This commit is contained in:
sashass1315 2026-02-03 14:46:19 +02:00 committed by GitHub
parent b9288765a3
commit 5f17eea09c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -126,6 +126,7 @@ func (s *Server) ServeCodec(codec ServerCodec, options CodecOption) {
idgen: s.idgen,
batchItemLimit: s.batchItemLimit,
batchResponseLimit: s.batchResponseLimit,
tracerProvider: s.tracerProvider,
}
c := initClient(codec, &s.services, cfg)
<-codec.closed()