Skip to content

Commit

Permalink
Update udp_mux_multi.go
Browse files Browse the repository at this point in the history
Co-authored-by: Steffen Vogel <[email protected]>
  • Loading branch information
cnderrauber and stv0g authored Sep 1, 2023
1 parent 29ebc59 commit b87f577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion udp_mux_multi.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
tudp "github.com/pion/transport/v2/udp"
)

var errPortBalanceRequireConnCount = errors.New("Port balance requires UDPMux implements MuxConnCount interface")
var errPortBalanceRequireConnCount = errors.New("port balancing requires a UDPMux which implements MuxConnCount interface")

// MultiUDPMuxDefault implements both UDPMux and AllConnsGetter,
// allowing users to pass multiple UDPMux instances to the ICE agent
Expand Down

0 comments on commit b87f577

Please sign in to comment.