You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
panic: read udp4 0.0.0.0:51174: wsarecvfrom: A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.
goroutine 1911 [running]:
github.com/anacrolix/torrent/tracker/udp.(*ConnClient).reader(0xc001b3ec80)
D:/data/go/pkg/mod/github.com/anacrolix/torrent@v1.46.0/tracker/udp/conn-client.go:42 +0x4c5
created by github.com/anacrolix/torrent/tracker/udp.NewConnClient
D:/data/go/pkg/mod/github.com/anacrolix/torrent@v1.46.0/tracker/udp/conn-client.go:102 +0x3e5
I found this issue #764, and upgraded to the latest version, but it still panics.
When I add some tracker URLs, it causes a panic:
I found this issue #764, and upgraded to the latest version, but it still panics.
reproduce code:
The text was updated successfully, but these errors were encountered: