fall-nebula

Results 3 comments of fall-nebula

I had the same problem. What are the conditions for automatic flush? Is there an article on it? @weiliu1031 @yhmo Because I want my system to search for new data...

由于本人不是很熟悉`Golang`还在尝试阅读源码,刚拉取代码也未能成功配对开发环境,因此先提出issue看能否有大佬能提供帮助呢。 ![image](https://github.com/yisier/nps/assets/130029239/20cdc5d5-2ed0-49b5-9700-ba5ae81f9ec6) ![image](https://github.com/yisier/nps/assets/130029239/7046940f-67ff-4b04-b527-520870679d7f) ![image](https://github.com/yisier/nps/assets/130029239/5b2b963e-1b84-45ef-8d6e-3f37475e83d9) 但似乎`ehang.io`并未提供相关依赖包? ![image](https://github.com/yisier/nps/assets/130029239/dd472571-8fb7-4f45-9792-8cebb74becb9) 也尝试了不同的go代理,得到的打印相似`unrecognized import path "ehang.io": parse https://ehang.io/?go-get=1: no go-import meta tags ()` ![image](https://github.com/yisier/nps/assets/130029239/9d0dd887-ba14-439c-8361-bad95cf0caa8)

浅读到生成端口号的代码是yisier大佬提交的[代码](https://github.com/yisier/nps/blob/c44a5dade87a9bba4a636f349c49e9ddfa21d614/server/tool/utils.go#L54) ![image](https://github.com/yisier/nps/assets/130029239/4ec23ac4-413b-4e3c-9d3d-8b1d770f0ff9) 但由于不熟悉go语言还未读懂,客户端在[SendInfo](https://github.com/yisier/nps/blob/c44a5dade87a9bba4a636f349c49e9ddfa21d614/client/control.go#L166)后`GetAddStatus`,由服务端的哪里处理返回的端口不可用呢? ![image](https://github.com/yisier/nps/assets/130029239/3debd285-3cdf-42f5-8ea4-91af8a4bb861) ![image](https://github.com/yisier/nps/assets/130029239/f9bad3cc-f441-4d46-a876-85ec6ee5d283)