-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
windows平台启动项目时存在的几个问题 #1
Comments
1. Modify the path splicing method 2. Create folders and files during initialization MQEnergy#1
目前还这个项目还在开发中,还有很多地方需要优化,感谢你提交pr。 |
我刚刚又看了下filepath.Join应该不需要,第二个问题这边windows报错主要还是文件没有被创建的问题,对于拼接的
|
然后第一个问题是我这边打log看到我本地的ip转成了负数,然后除余1023仍然是负数,放到雪花算法初始化那块就panic了 |
好的 |
好,我明天找时间研究下,可能只是我这边的问题,到时候能复现了再改pr,没有的话就close了 |
我应该知道原因了。这块之前有修改过,runtime之前在项目目录,现在改成了用户下的目录,现在还在开发阶段,我先把你pr撤销了,这边我来改下 |
Node number must be between 0 and 1023
参考GetLocalIpToInt本地ip转负数导致panic异常问题 go-websocket#1filepath.Join处理
The text was updated successfully, but these errors were encountered: