matoung

Results 3 comments of matoung

> #[the-tcpdump-group/libpcap#572](https://github.com/the-tcpdump-group/libpcap/issues/572) > `pcap_setnonblock(device, 1, errBuf);` > 测试设置成nonblock就好了。 多谢提示,我在LEDE X86上面用,加了以下两句可以了: ```C++ pcap_setnonblock(device, 1, errBuf); pcap_set_immediate_mode(device, 1); ```

```go sStart := time.Now() memoRawList, err := findMemoRawList(ctx, tx, find) fmt.Println("查询耗时:", time.Since(sStart)) sStart2 := time.Now() list := []*api.Memo{} for _, raw := range memoRawList { memo, err := s.ComposeMemo(ctx, raw.toMemo())...

Same issue, I tested build on ubuntu vm with node V20, node v18 docker, and the default Dockerfile, they all have this issue.But when I deploy to Vercel, it run...