Skip to content

Commit

Permalink
Fix interface guard
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniomika committed Oct 3, 2024
1 parent d92d74f commit 85a65eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multicast.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ func (p *Multicast) Sub(ctx context.Context, ID string, rw io.ReadWriter, channe
return errors.Join(p.connect(ctx, ID, rw, channels, ChannelDirectionOutput, false, false, keepAlive))
}

var _ = (*Multicast)(nil)
var _ PubSub = (*Multicast)(nil)

0 comments on commit 85a65eb

Please sign in to comment.