-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
gnet v2 supports Windows #339
Comments
看起来像是环境配置的问题,go test 能跑吗? |
你是什么操作系统? |
应该是windows系统下的开发 |
2.0现在不支持win,我是win下用v1,linux下用v2 这样分开的,搞得挺麻烦 |
github.com\panjf2000\gnet\v2@v2.0.3\engine.go //go:build linux || freebsd || dragonfly || darwin To be notice "this is the problem" :) i'm not expert... by i'll read about it https://www.sobyte.net/post/2021-09/golang-netpoll/ and understand why... |
oh 💩 i just noticed this is not working on windows. just wasted hour of my time setting up a new project. @panjf2000 you should at least implement workable windows version for basic development. it does not have to provide the same performance, obviously, but it should at least work. go has built-in epoll implementation for windows so writing a simple wrapper for github.com/panjf2000/gnet/v2/internal/netpoll should not be a problem. just fyi, windows still dominates not just the internet but developers as well(SO 2021 survey) |
I noticed entire code base is windows-free so it's not just the netpoll library. This really sucks. |
围观一下, 期待早日支持windows |
2023新期待支持一下windows |
+1 windows support for V2 |
I'm waiting |
The text was updated successfully, but these errors were encountered: