Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/panjf2000/gnet

🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go./ gnet 是一个高性能、轻量级、非阻塞的事件驱动 Go 网络框架。
https://github.com/panjf2000/gnet

feat: implement gnet on Windows

panjf2000 opened this pull request over 1 year ago
opt: mitigate big map issue of connections when garbage collecting

jinxing3114 opened this pull request over 1 year ago
[Question]: gnetv2 client的问题

liaogang opened this issue over 1 year ago
[Question]: Buffer的使用是否可以优化

xsean2020 opened this issue almost 2 years ago
[Question]: Does gnet support the tls?

AngelBoby opened this issue almost 2 years ago
fatal error: concurrent map writes

514366607 opened this pull request almost 2 years ago
[Question]: 代码使用问题请教!

maxbad opened this issue almost 2 years ago
[Question]: 在服务端怎么优雅的结束程序呢?

maxbad opened this issue almost 2 years ago
2.0什么时候可以支持Windows

1185497683 opened this issue almost 2 years ago
[Feature]: 为什么v2版本没有内置codec了, v1的codec适用v2吗

LeftH0ok opened this issue almost 2 years ago
[Question]: QPS Benchmark 的结果差异原因

friendshipbridge opened this issue almost 2 years ago
修复缓冲区消息多出一份的情况

GXKe opened this pull request almost 2 years ago
[Bug]: 压测时出现了空指针导致崩溃

YuiStar-Lin opened this issue almost 2 years ago
[Feature]: generic Conn context

rdmrcv opened this issue almost 2 years ago
[Feature]: 可否暴露出setTos方法支持设置IP头的ToS字段

liuyingiscookie opened this issue almost 2 years ago
[Bug]: 接收数据时下标越界

concn opened this issue almost 2 years ago
[Feature]: Improve performance by using io_uring api

misterquestions opened this issue almost 2 years ago
opt: use the std math/bits routine to count the bit length

0-haha opened this pull request almost 2 years ago
feat: Add TLS support to gnet

0-haha opened this pull request almost 2 years ago
[Bug]: 运行正常情况下突然出现日志

zhj0811 opened this issue about 2 years ago
[Bug]: Compilation error on bsd 32 bit (kqueue)

pnx opened this issue about 2 years ago
[Question]: AsyncWrite how to guarantee write order?

pagran opened this issue about 2 years ago
add WriteToUDP

Yajun312890225 opened this pull request about 2 years ago
[Question]: 同一个包中的变量无法引用

youjile opened this issue about 2 years ago
[Feature]: multiple addresses binding

Super-zhw opened this issue about 2 years ago
[Question]: gnet客户端是否支持WriteToUDP

Yajun312890225 opened this issue about 2 years ago
想确定真实写入的数据

JemmyH opened this issue about 2 years ago
Conn.AsyncWrite() performance tracking

panjf2000 opened this issue about 2 years ago
Panic: ring_buffer, slice bounds out of range

gvitali opened this issue about 2 years ago
byteslice.Get 内存增长导致程序OOM

soukengo opened this issue about 2 years ago
allow creation of multiple engines on the same protocol and port

jdamick opened this pull request about 2 years ago
Better to support bufio.SplitFunc to split packet automatically

fwang2002 opened this issue about 2 years ago
压力测试崩溃,偶现

LiuWillis opened this issue about 2 years ago
feat: add multiple listener support

leki75 opened this pull request over 2 years ago
feat: add multicast UDP listener support

leki75 opened this pull request over 2 years ago
啥时候更新到v2.1,期待最新版支持windows

maxbad opened this issue over 2 years ago
add public method

moqsien opened this pull request over 2 years ago
建议开放一些私有方法或变量

moqsien opened this issue over 2 years ago
grpc support?

ccnlui opened this issue over 2 years ago
消息丢失

zhouchang2017 opened this issue over 2 years ago
使用gnet 做物联网长连接网关,是否合适?

ZhangChengJi opened this issue over 2 years ago
Enroll + AsyncWrite` is not safe

pagran opened this issue over 2 years ago
What is the difference between reactor and eventloop?

ccnlui opened this issue over 2 years ago
Async gnet.Client.Dial

pagran opened this issue over 2 years ago
UDP使用使用了SlicePool?

Yajun312890225 opened this issue over 2 years ago
Optimal way to listen to multiple ports

pagran opened this issue over 2 years ago
How to implement a broadcast server?

ccnlui opened this issue over 2 years ago
客户端10万条消息写入的时候服务端崩溃了 版本 v2.0.2

tangtaoit opened this issue over 2 years ago
gnet.Server 在aarch64 Ubuntu18上无法监听在“0.0.0.0”

k96331 opened this issue over 2 years ago
Connections not properly closed

gonwan opened this issue over 2 years ago
Connection not properly closed?

gonwan opened this issue over 2 years ago
如何在其他文件调用c.write

javasopp opened this issue over 2 years ago
请问支持分布式部署吗?

LeftH0ok opened this issue over 2 years ago
websocket demo 阻塞

suconghou opened this issue over 2 years ago
主动关闭连接 c.Close(),但实际未关闭

elihe2011 opened this issue over 2 years ago
期待文档能够更加完善一点~

javasopp opened this issue over 2 years ago
是否有gnet-http http2 quic http3等子项目?

2391003262 opened this issue over 2 years ago
gnet.Conn.Close() 未及时执行问题

JemmyH opened this issue over 2 years ago
请教一个问题

dongliangwu opened this issue over 2 years ago
bug:Returns the expected amount of data

wuqinqiang opened this pull request over 2 years ago
gnet支持socks代理吗

Nyx2022 opened this issue over 2 years ago
Poller的UrgentTrigger()和Trigger()

zhu121 opened this issue over 2 years ago
Question about the "read" function of "eventloop"

zhu121 opened this issue over 2 years ago
opt: byte alignment, optimization from 144 to 136 byte

zhongweikang opened this pull request over 2 years ago
请教SockaddrToTCPOrUnixAddr()对IP的处理方式

zhu121 opened this issue over 2 years ago
关于byteslice.Get()的使用想法

zhu121 opened this issue over 2 years ago
proxy function or proxy example

hiqsociety opened this issue almost 3 years ago
A server that also acts as a client

KevinRoebert opened this issue almost 3 years ago
gnet v2 supports Windows

amos-lsl opened this issue almost 3 years ago
优化网络连接的存储方式,避免 big map 下的 GC 延迟

situnan opened this issue almost 3 years ago
希望实现 SetDeadline, SetReadDeadline, SetWriteDeadline

ycyuxin opened this issue almost 3 years ago
Connection migration to other server seemlessly.

chikilov opened this issue almost 3 years ago
对比Go官方库改进点的疑问

victory460 opened this issue almost 3 years ago
AsyncWrite需要等待数据被完全写出去

MoonShining opened this issue almost 3 years ago
Plan to support io_uring or XDP backend?

fly3366 opened this issue almost 3 years ago
KCP support

liuhaox1 opened this issue about 3 years ago
Topics about the http/http2/rpc server corresponding to gnet

srvlibs opened this issue about 3 years ago
Gnet hangs on receive incomplete request

slow-zhang opened this issue about 3 years ago
Using Gnet to implement Redis meet performance problem

slow-zhang opened this issue about 3 years ago
opt: implement zero-allocated []byte pool for reusing bytes

fufuok opened this pull request about 3 years ago