good morning!!!!

Skip to content
Snippets Groups Projects
Commit 1d666cf2 authored by xincaosu's avatar xincaosu Committed by Péter Szilágyi
Browse files

rpc: fix a comment typo (#16929)

parent eac16f98
No related branches found
No related tags found
No related merge requests found
......@@ -145,7 +145,7 @@ func (s *Server) serveRequest(ctx context.Context, codec ServerCodec, singleShot
defer cancel()
// if the codec supports notification include a notifier that callbacks can use
// to send notification to clients. It is thight to the codec/connection. If the
// to send notification to clients. It is tied to the codec/connection. If the
// connection is closed the notifier will stop and cancels all active subscriptions.
if options&OptionSubscriptions == OptionSubscriptions {
ctx = context.WithValue(ctx, notifierKey{}, newNotifier(codec))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment