mr.liusg
mr.liusg
我的做法是收到消息存入队列,之后马上返回200给微信服务器(防止请求超时),再在后台对刚才记录的队列逐一回复,使用sendCustomMessage回复用户(sendCustomMessage速度比较慢)
这是为何?
`$options` 是否正确配置了? 直接使用DEMO试试?
之前用SAE也试过代码出错但是接入成功。可能是微信方面的偶然性问题?
我的没问题诶,代码没变化吧似乎是?
I am using a UDP mode server. Indeed, the problem may be in the kernel. What's strange is this log " netlink reports object not found, ovpn-dco unloaded?"
whole log with mask ``` 2023-09-24 16:37:58 us=373473 event_wait : Interrupted system call (fd=-1,code=4) 2023-09-24 16:37:58 us=373527 SENT CONTROL [CLIENT]: 'RESTART' (status=1) 2023-09-24 16:38:00 us=680161 TCP/UDP: Closing socket 2023-09-24 16:38:00...
> would you be able to reproduce this issue with --verb 6 ? got it. I'll implement it in the next change time window, the rest will have to wait....
@trock 为何要使用F方法?(这种用途需要写入数据库的吧?)
试试抓包调试。还没遇过这种问题