We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d92d74f commit 85a65ebCopy full SHA for 85a65eb
multicast.go
@@ -81,4 +81,4 @@ func (p *Multicast) Sub(ctx context.Context, ID string, rw io.ReadWriter, channe
81
return errors.Join(p.connect(ctx, ID, rw, channels, ChannelDirectionOutput, false, false, keepAlive))
82
}
83
84
-var _ = (*Multicast)(nil)
+var _ PubSub = (*Multicast)(nil)
0 commit comments