Niffler

Results 27 issues of Niffler

Isn't ICMP ping not enough? In what scenario does the UDP ping works better than ICMP ping?

ICMP can discover MTU by trying different send package size. Thanks.

github.com/songtianyi/wechat-go/wxweb.(*Session).scanWaiter(0xc0008980b0, 0x0, 0x0, 0x0) /Users/wongkashing/git/go/src/github.com/songtianyi/wechat-go/wxweb/session.go:241 +0x2fc github.com/songtianyi/wechat-go/wxweb.(*Session).LoginAndServe(0xc0008980b0, 0x0, 0xc0007c6f40, 0x1) /Users/wongkashing/git/go/src/github.com/songtianyi/wechat-go/wxweb/session.go:271 +0x53a

登录成功之后我立刻使用Cm.GetGroupContacts()获取已经保存到群聊列表的群组,实际上有4个群组保存到通讯录了,然而获取的个数是0。 我的猜测是,是否是因为通讯录列表尚未同步完成?如果是,那么有没有接口可以知道这个同步完成了没有?谢谢!

当用户使用自定义增强的Log库时,可以把wechat-go的输出日志纳入统一管理,谢谢🙏

报错 open /public/gdJLVy36up==.jpg: permission denied 有个办法可以避免报错,就是自己创建public文件夹而不是由wechat-go去创建,但是还是改一下这个问题比较好。

after running command "go build" under cmd/hcd folder `../../node.go:409:27: not enough arguments in call to peerstore.NewPeerstore have () want (peerstore.KeyBook, peerstore.AddrBook, peerstore.PeerMetadata) ../../node.go:439:15: undefined: swarm.NewNetwork` These two libraries updated their...

"github.com/libp2p/go-libp2p-peerstore" & "github.com/libp2p/go-libp2p-swarm" changed some APIs

like `NewQuoteFromYahoo`, proxy and timeout parameter is useful when concurrent data downloading. Thank you. ``` func SetProxy(client *http.Client, proxyUrlString string) error { if proxyUrlString == "" { return nil }...