We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4374f88 commit 2e511baCopy full SHA for 2e511ba
peerbroker/listen.go
@@ -17,7 +17,7 @@ import (
17
"github.com/coder/coder/peerbroker/proto"
18
)
19
20
-// Listen consumes the transport as the server-side of the PeerBroker gRPC service.
+// Listen consumes the transport as the server-side of the PeerBroker dRPC service.
21
// The Accept function must be serviced, or new connections will hang.
22
func Listen(transport drpc.Transport, opts *peer.ConnOpts) (*Listener, error) {
23
ctx, cancelFunc := context.WithCancel(context.Background())
0 commit comments