go-libp2p icon indicating copy to clipboard operation
go-libp2p copied to clipboard

Issue build android version

Open ja7ad opened this issue 1 year ago • 1 comments

When build android version got error undefined for package anet.

# command-line-arguments
./main.go:10:17: undefined: anet.Interfaces

This package used by:

github.com/pion/webrtc/v3 v3.3.0
github.com/pion/transport

Currenly in github.com/pion/webrtc/v3 v3.3.4 this issue has been fixed.

  • https://github.com/wlynxg/anet/issues/7
  • https://github.com/pion/webrtc/blob/dc1f8ffd1c1b5c6cb21ea2a57230f1f38a975d4c/go.mod#L18
Version Information
v0.36.5

ja7ad avatar Oct 08 '24 07:10 ja7ad