Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
gnet
🌐🐳 A high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go.
Collective -
Host: opensource -
https://opencollective.com/gnet
- Code: https://github.com/panjf2000/gnet
opt: mitigate the latency issue by prioritizing asynchronous writes
github.com/panjf2000/gnet - panjf2000 opened this pull request 10 months ago
github.com/panjf2000/gnet - panjf2000 opened this pull request 10 months ago
[Question]: What is the maximum number of cores tested by anyone? I just tested 192 cores and it's better than evio etc but...
github.com/panjf2000/gnet - ouvaa opened this issue 10 months ago
github.com/panjf2000/gnet - ouvaa opened this issue 10 months ago
[Feature]: add synchronization for Conn to make it concurrency-safe
github.com/panjf2000/gnet - panjf2000 opened this issue 10 months ago
github.com/panjf2000/gnet - panjf2000 opened this issue 10 months ago
[Question]: The TechEmpower Benchmark is misleading, but can we make it even faster?
github.com/panjf2000/gnet - MarkReedZ opened this issue 10 months ago
github.com/panjf2000/gnet - MarkReedZ opened this issue 10 months ago
[Feature]: how to disable logging? replace uber zap with zerolog too pls
github.com/panjf2000/gnet - kolinfluence opened this issue 10 months ago
github.com/panjf2000/gnet - kolinfluence opened this issue 10 months ago
feat: enable OnOpen for connected UDP socket
github.com/panjf2000/gnet - panjf2000 opened this pull request 10 months ago
github.com/panjf2000/gnet - panjf2000 opened this pull request 10 months ago
[Question]: 您好大佬,这个库的epoll的底层实现是用纯go实现的吗?没有用到cgo是吧?
github.com/panjf2000/gnet - ericjing83 opened this issue 10 months ago
github.com/panjf2000/gnet - ericjing83 opened this issue 10 months ago
[Question]: gnet engine is stopping with error: kevent add|clear:function not implemented
github.com/panjf2000/gnet - dul666888 opened this issue 10 months ago
github.com/panjf2000/gnet - dul666888 opened this issue 10 months ago
[Question]: gnet.run()时提示错误:gnet engine is stopping with error: kevent add|clear:function not implemented
github.com/panjf2000/gnet - dul666888 opened this issue 10 months ago
github.com/panjf2000/gnet - dul666888 opened this issue 10 months ago
[Feature]: enable `OnOpen` when UDP socket is connected
github.com/panjf2000/gnet - panjf2000 opened this issue 10 months ago
github.com/panjf2000/gnet - panjf2000 opened this issue 10 months ago
bug: clean up the remote address regardless of c.rawConn
github.com/panjf2000/gnet - panjf2000 opened this pull request 10 months ago
github.com/panjf2000/gnet - panjf2000 opened this pull request 10 months ago
bug: fix the memory leaks of localAddr and localAddr in conn
github.com/panjf2000/gnet - panjf2000 opened this pull request 10 months ago
github.com/panjf2000/gnet - panjf2000 opened this pull request 10 months ago
[Bug]: memory leaks in `conn.release`
github.com/panjf2000/gnet - panjf2000 opened this issue 10 months ago
github.com/panjf2000/gnet - panjf2000 opened this issue 10 months ago
Fix protocols spelling
github.com/panjf2000/gnet - shanemhansen opened this pull request 10 months ago
github.com/panjf2000/gnet - shanemhansen opened this pull request 10 months ago
feat: add DialContext and EnrollContext for Client
github.com/panjf2000/gnet - leslie-fei opened this pull request 10 months ago
github.com/panjf2000/gnet - leslie-fei opened this pull request 10 months ago
[Feature]: gnet.Conn 增加一个并发安全的map
github.com/panjf2000/gnet - cat3306 opened this issue 10 months ago
github.com/panjf2000/gnet - cat3306 opened this issue 10 months ago
[Feature]: 为 Client.Enroll/Dial 提供同步 callback
github.com/panjf2000/gnet - IrineSistiana opened this issue 10 months ago
github.com/panjf2000/gnet - IrineSistiana opened this issue 10 months ago
[Bug]: 2.3.5 onOpen和onClose执行次数不一致
github.com/panjf2000/gnet - linchunboyouxiang opened this issue 10 months ago
github.com/panjf2000/gnet - linchunboyouxiang opened this issue 10 months ago
[Question]: 请教一个问题:关于使用独立的 worker pool 处理阻塞的业务逻辑
github.com/panjf2000/gnet - dgqypl opened this issue 10 months ago
github.com/panjf2000/gnet - dgqypl opened this issue 10 months ago
[Feature]: 有没有详细的教程 新手根本不知道咋用
github.com/panjf2000/gnet - mynameiscuining opened this issue 10 months ago
github.com/panjf2000/gnet - mynameiscuining opened this issue 10 months ago
opt: use accept4 where available
github.com/panjf2000/gnet - panjf2000 opened this pull request 10 months ago
github.com/panjf2000/gnet - panjf2000 opened this pull request 10 months ago
[Feature]: Can this be part of the roadmap for practical use case as top priority. tls / ktls support first.
github.com/panjf2000/gnet - ouvaa opened this issue 11 months ago
github.com/panjf2000/gnet - ouvaa opened this issue 11 months ago
[Feature]: Support for SO_BINDTODEVICE?
github.com/panjf2000/gnet - shaunco opened this issue 11 months ago
github.com/panjf2000/gnet - shaunco opened this issue 11 months ago
bug: read the remaining data after the peer wrote and closed on BSD
github.com/panjf2000/gnet - panjf2000 opened this pull request 11 months ago
github.com/panjf2000/gnet - panjf2000 opened this pull request 11 months ago
[Question]: Server端回包立刻关闭连接,OnTraffic 收不到最后一个包的数据
github.com/panjf2000/gnet - xspren opened this issue 12 months ago
github.com/panjf2000/gnet - xspren opened this issue 12 months ago
[Question]: gnet打印很多error occurs in user-defined function, use of closed network connection
github.com/panjf2000/gnet - bryanchen463 opened this issue 12 months ago
github.com/panjf2000/gnet - bryanchen463 opened this issue 12 months ago
[Question]: conn_map.go:66 panic concurrent map read and map write
github.com/panjf2000/gnet - PotatoCloud opened this issue almost 1 year ago
github.com/panjf2000/gnet - PotatoCloud opened this issue almost 1 year ago
opt: make TCP Keep-Alives settings practicable
github.com/panjf2000/gnet - panjf2000 opened this pull request about 1 year ago
github.com/panjf2000/gnet - panjf2000 opened this pull request about 1 year ago
[Feature]: 添加pool来管理asyncwritev的内存, 以及客户端的api是否可以独立于服务端
github.com/panjf2000/gnet - someview opened this issue about 1 year ago
github.com/panjf2000/gnet - someview opened this issue about 1 year ago
[Question]:自定义codec中是否会存在接受header失败导致后续数据都无法正确获取的情况
github.com/panjf2000/gnet - leeeo2 opened this issue about 1 year ago
github.com/panjf2000/gnet - leeeo2 opened this issue about 1 year ago
[Question]: 请问作者是否有异步读取的最佳实践示例呢?
github.com/panjf2000/gnet - xiatianqiuyu opened this issue about 1 year ago
github.com/panjf2000/gnet - xiatianqiuyu opened this issue about 1 year ago
Update connection_unix.go
github.com/panjf2000/gnet - 514366607 opened this pull request about 1 year ago
github.com/panjf2000/gnet - 514366607 opened this pull request about 1 year ago
[Question]: 重启gnet.server需要如何做?
github.com/panjf2000/gnet - concn opened this issue about 1 year ago
github.com/panjf2000/gnet - concn opened this issue about 1 year ago
[Question]: 数据超过65535时多次触发OnTraffic如何处理数据?
github.com/panjf2000/gnet - wadeLouis opened this issue about 1 year ago
github.com/panjf2000/gnet - wadeLouis opened this issue about 1 year ago
[Question]: 请教运行在serverless中http的Keep-Alive应该如何配置
github.com/panjf2000/gnet - joyanhui opened this issue about 1 year ago
github.com/panjf2000/gnet - joyanhui opened this issue about 1 year ago
[Question]: 请问 多网卡情况下,在 udp 的 OnTraffic 事件里面,怎么得到接收数据的网络接口呢
github.com/panjf2000/gnet - maxbad opened this issue about 1 year ago
github.com/panjf2000/gnet - maxbad opened this issue about 1 year ago
[Question]:详细的说明文档,说明什么情况下应用程序应该主动调用close方法呢
github.com/panjf2000/gnet - someview opened this issue about 1 year ago
github.com/panjf2000/gnet - someview opened this issue about 1 year ago
[Question]: Does gnet support a websocket server that can handle different URL patterns
github.com/panjf2000/gnet - rockflying opened this issue about 1 year ago
github.com/panjf2000/gnet - rockflying opened this issue about 1 year ago
bug: fix the inconsistent behaviors on Windows
github.com/panjf2000/gnet - panjf2000 opened this pull request about 1 year ago
github.com/panjf2000/gnet - panjf2000 opened this pull request about 1 year ago
[Bug]: windows下的实现似乎有bug
github.com/panjf2000/gnet - Zhanghailin1995 opened this issue about 1 year ago
github.com/panjf2000/gnet - Zhanghailin1995 opened this issue about 1 year ago
[Feature]: 实现异步非阻塞的PacketConn接口,从而支持quic协议
github.com/panjf2000/gnet - someview opened this issue about 1 year ago
github.com/panjf2000/gnet - someview opened this issue about 1 year ago
UDP resets Context and creates new gnet.Conn OnTraffic()
github.com/panjf2000/gnet - BatikanHyt opened this issue over 1 year ago
github.com/panjf2000/gnet - BatikanHyt opened this issue over 1 year ago
dep: bump up a few dependencies and enable more auto-labelers in CI
github.com/panjf2000/gnet - panjf2000 opened this pull request over 1 year ago
github.com/panjf2000/gnet - panjf2000 opened this pull request over 1 year ago
[Bug]: bind: address already in use when using without reuseAddr parameter
github.com/panjf2000/gnet - gohryt opened this issue over 1 year ago
github.com/panjf2000/gnet - gohryt opened this issue over 1 year ago
chore: consolidate the import declaration of the internal error package
github.com/panjf2000/gnet - panjf2000 opened this pull request over 1 year ago
github.com/panjf2000/gnet - panjf2000 opened this pull request over 1 year ago
opt: eliminate error logs when the service exits normally
github.com/panjf2000/gnet - panjf2000 opened this pull request over 1 year ago
github.com/panjf2000/gnet - panjf2000 opened this pull request over 1 year ago
chore: do some chores on tests and comments
github.com/panjf2000/gnet - panjf2000 opened this pull request over 1 year ago
github.com/panjf2000/gnet - panjf2000 opened this pull request over 1 year ago
[Question]: Why are http examples incompatible with MicroPython urequests
github.com/panjf2000/gnet - joyanhui opened this issue over 1 year ago
github.com/panjf2000/gnet - joyanhui opened this issue over 1 year ago
[Feature]: 使用Engine.Stop退出时,会通过DefaultLogger输出很多错误日志
github.com/panjf2000/gnet - amwfhv opened this issue over 1 year ago
github.com/panjf2000/gnet - amwfhv opened this issue over 1 year ago
chore: add a TODO about removing the callback in Conn.AsyncWrite with UDP
github.com/panjf2000/gnet - panjf2000 opened this pull request over 1 year ago
github.com/panjf2000/gnet - panjf2000 opened this pull request over 1 year ago
chore: bump up modules
github.com/panjf2000/gnet - panjf2000 opened this pull request over 1 year ago
github.com/panjf2000/gnet - panjf2000 opened this pull request over 1 year ago
[Question]: TCP设置KeepAlive不生效
github.com/panjf2000/gnet - iqinlongfei opened this issue over 1 year ago
github.com/panjf2000/gnet - iqinlongfei opened this issue over 1 year ago
[Question]: compatibility, gnet 2.x Client request gnet 1.5.3 Server
github.com/panjf2000/gnet - maggieWmj opened this issue over 1 year ago
github.com/panjf2000/gnet - maggieWmj opened this issue over 1 year ago
bug: make logging package concurrent-safe
github.com/panjf2000/gnet - panjf2000 opened this pull request over 1 year ago
github.com/panjf2000/gnet - panjf2000 opened this pull request over 1 year ago
[Question]:How to close all connections and restart the gnet tcp server after certain time?
github.com/panjf2000/gnet - semmars opened this issue over 1 year ago
github.com/panjf2000/gnet - semmars opened this issue over 1 year ago
[Question]: streaming large response in TCP
github.com/panjf2000/gnet - mohamed--abdel-maksoud opened this issue over 1 year ago
github.com/panjf2000/gnet - mohamed--abdel-maksoud opened this issue over 1 year ago
[Bug]: connMap cause fatal error: concurrent map writes
github.com/panjf2000/gnet - whiliang opened this issue over 1 year ago
github.com/panjf2000/gnet - whiliang opened this issue over 1 year ago
[Bug]: GNet对于accpet的到的socket没有应用用户的设置
github.com/panjf2000/gnet - CloudGuan opened this issue over 1 year ago
github.com/panjf2000/gnet - CloudGuan opened this issue over 1 year ago
[Bug]: TCP Accept Queue overflows on macOS
github.com/panjf2000/gnet - panjf2000 opened this issue over 1 year ago
github.com/panjf2000/gnet - panjf2000 opened this issue over 1 year ago
internal/math: fix a corner case for IsPowerOfTwo
github.com/panjf2000/gnet - gocurr opened this pull request over 1 year ago
github.com/panjf2000/gnet - gocurr opened this pull request over 1 year ago
看了这些问题说1的版本支持windows,可是我在1和2的版本都试了不支持newClient。是我操作有问题吗。。
github.com/panjf2000/gnet - devzwy opened this issue over 1 year ago
github.com/panjf2000/gnet - devzwy opened this issue over 1 year ago
[Question]: About func (el *eventloop) read(c *conn)
github.com/panjf2000/gnet - EddieChan1993 opened this issue over 1 year ago
github.com/panjf2000/gnet - EddieChan1993 opened this issue over 1 year ago
bug: fix the data race in test on Windows
github.com/panjf2000/gnet - panjf2000 opened this pull request over 1 year ago
github.com/panjf2000/gnet - panjf2000 opened this pull request over 1 year ago
opt: improve comments on Conn and test cases
github.com/panjf2000/gnet - panjf2000 opened this pull request over 1 year ago
github.com/panjf2000/gnet - panjf2000 opened this pull request over 1 year ago
[Bug]: custom logger didn't work for internal use
github.com/panjf2000/gnet - panjf2000 opened this issue over 1 year ago
github.com/panjf2000/gnet - panjf2000 opened this issue over 1 year ago
bug: invoke the callback whether the connection is open or not
github.com/panjf2000/gnet - panjf2000 opened this pull request over 1 year ago
github.com/panjf2000/gnet - panjf2000 opened this pull request over 1 year ago
[Bug]: conn.AsyncWrite/AsyncWritev is not called when connection is already closed
github.com/panjf2000/gnet - panjf2000 opened this issue over 1 year ago
github.com/panjf2000/gnet - panjf2000 opened this issue over 1 year ago
[Bug]: v2 版本 http demo 程序, c.Next(-1) ,并没有拉到请求的全部内容,导致在 buf = buf[headerOffset+bodyLen:] ,数组越界 panic
github.com/panjf2000/gnet - caohao-go opened this issue over 1 year ago
github.com/panjf2000/gnet - caohao-go opened this issue over 1 year ago
[Feature]: v2 版本能否支持下 服务热重启?? 复用之前的 fd 文件描述符
github.com/panjf2000/gnet - caohao-go opened this issue over 1 year ago
github.com/panjf2000/gnet - caohao-go opened this issue over 1 year ago
feat: implement gnet on Windows
github.com/panjf2000/gnet - panjf2000 opened this pull request over 1 year ago
github.com/panjf2000/gnet - panjf2000 opened this pull request over 1 year ago
opt: mitigate big map issue of connections when garbage collecting
github.com/panjf2000/gnet - jinxing3114 opened this pull request over 1 year ago
github.com/panjf2000/gnet - jinxing3114 opened this pull request over 1 year ago
[Question]: Does gnet support the tls?
github.com/panjf2000/gnet - AngelBoby opened this issue over 1 year ago
github.com/panjf2000/gnet - AngelBoby opened this issue over 1 year ago
fatal error: concurrent map writes
github.com/panjf2000/gnet - 514366607 opened this pull request over 1 year ago
github.com/panjf2000/gnet - 514366607 opened this pull request over 1 year ago