Skip to content

Commit

Permalink
Update libp2p dependency (#504)
Browse files Browse the repository at this point in the history
This was a cause of the networking module
very easily dropping messages under load.
  • Loading branch information
matejpavlovic committed Jul 28, 2023
1 parent 201930e commit fb2440a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/net/libp2p/remoteconnection.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/libp2p/go-libp2p/core/host"
"github.com/libp2p/go-libp2p/core/network"
"github.com/libp2p/go-libp2p/core/peer"
"github.com/libp2p/go-yamux/v3"
"github.com/libp2p/go-yamux/v4"
"google.golang.org/protobuf/proto"

"github.com/filecoin-project/mir/pkg/logging"
Expand Down

0 comments on commit fb2440a

Please sign in to comment.