Results 126 comments of LinkinStars

能描述一下具体出现问题的条件吗?

原来是这样。。。 ![image](https://user-images.githubusercontent.com/19712692/60230657-44b3e700-98c9-11e9-9136-168530b12ab0.png) 你这段代码如果使用协程去处理那么 go client.ReadMessage() go client.WriteMessage() 这两句走完之后是不会阻塞的,会直接走到defer func从而将连接关闭,就会出现问题;而当你使用for去处理的时候,被阻塞了,一直在循环,所以不会被关闭,所以就没有问题

收到,非常感谢反馈 bug bug 和 #22 相同,已定位,正在修复中。

问题已修复 ## 复现场景 当回答被采纳时获得成就,点击成就,跳转到对应回答 ## 更新建议 重新拉取镜像,重新发起提问并采纳,点击查看通知的成就

感谢问题反馈,问题已定位,正在修复

感谢问题反馈,正在排查。如果再次出现问题,请留意触发问题的场景并反馈,万分感谢~

问题已经找到,正在修复,由于使用了 `sqlite3`,开启了 CGO,但 `cgocall` 显然在不同的机器上,即使是使用 docker,表现仍有区别。

1. Check if your SMTP configuration that on the admin page is correct. 2. The i/o timeout is often caused by the inability to connect to the corresponding SMTP server,...

This email configuration is just a default configuration. You can configure SMTP through the interface. ![image](https://user-images.githubusercontent.com/19712692/199387050-c0149d26-9e72-4069-94c5-f5cb3ac03fa7.png)