issues
search
Allenxuxu
/
gev
🚀Gev is a lightweight, fast non-blocking TCP network library / websocket server based on Reactor mode. Support custom protocols to quickly and easily build high-performance servers.
MIT License
1.73k
stars
194
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Linux下客户端访问的数据,不让服务端自动返回
#145
zhang-321
opened
6 months ago
2
cpu跑到400%, 目前只有2个连接,抓包只有60s定时的心跳
#144
ywk94
closed
1 year ago
0
不会触发OnClose
#143
ydedev
opened
1 year ago
0
windows 下cpu、内存占用问题
#142
xiet16
opened
1 year ago
0
是否应该加入高水位回调来避免客户端不收数据
#141
markity
closed
1 year ago
0
能不能加一个sproto支持啊?
#140
lucklrj
opened
1 year ago
0
Bump golang.org/x/sys from 0.0.0-20201214210602-f9fddec55a1e to 0.1.0
#139
dependabot[bot]
opened
1 year ago
0
Bump golang.org/x/net from 0.0.0-20200625001655-4c5254603344 to 0.7.0
#138
dependabot[bot]
opened
1 year ago
0
OnConnect 里使用 c.set 的请教!
#137
maxbad
closed
1 year ago
1
Question: is it possible to use your module as a websocket client?
#136
susuper
closed
1 year ago
1
百兆数据传输效率
#135
hjhsamuel
opened
1 year ago
2
建议加入UDP协议
#134
netyuchangfa
opened
1 year ago
1
Support windows
#133
Allenxuxu
closed
1 year ago
0
Windows
#132
Allenxuxu
closed
1 year ago
0
EpollWait循环中wakeHandlerRead()是不是处理早了
#131
M6ZeroG
closed
1 year ago
1
Revert "Windows Support"
#130
Allenxuxu
closed
2 years ago
0
Windows Support
#129
Allenxuxu
closed
2 years ago
0
控制EpollWait的msec优势在哪?
#128
M6ZeroG
opened
2 years ago
0
对于gev的一些疑问
#127
cexll
closed
2 years ago
1
请问一下该库能管理大量客户端连接么?
#126
ckcfcc
closed
1 year ago
1
关闭连接时,为什么不直接关闭连接,而是将【关闭连接】这个任务放到异步队列里面等待执行?
#125
Choubeihai
closed
2 years ago
3
修复eventloop中令人疑惑的注释
#124
zbh255
closed
2 years ago
0
Fix default protocol
#123
Allenxuxu
closed
2 years ago
0
请教一个问题,实在没看懂。
#122
woshihuo12
closed
2 years ago
4
这里的循环是不是换成if也行
#121
ghost
closed
2 years ago
2
Are the writes to socket blocking or non-blocking?
#120
indexk09
closed
2 years ago
3
事件处理顺序如何排序,这里的排序有什么讲究?
#119
ghost
closed
2 years ago
4
How to use with gin
#118
iwctwbai
closed
2 years ago
1
这里为什么是一个循环啊???
#117
ghost
closed
2 years ago
2
default protocol bug
#116
ghost
closed
2 years ago
3
unix.POLLHUP=0x10,这里为什么或(|)上0x80啊?
#115
ghost
closed
2 years ago
1
ring buffer在高在线量场景可能导致高内存占用
#114
lesismal
closed
2 years ago
4
fix unaligned 64-bit atomic operation issue on arm32 device
#113
srdgame
closed
2 years ago
1
Connection closed while packet is being written to client, causing EOF (race condition)
#112
Sculas
closed
2 years ago
2
fix:stop the timer when closing the connetion
#111
HypenZou
closed
2 years ago
5
connection.buffer的作用
#110
HypenZou
closed
2 years ago
1
Add Makefile
#109
Allenxuxu
closed
3 years ago
0
Upgrade github.com/Allenxuxu/ringbuffer@v0.0.11
#107
Allenxuxu
closed
3 years ago
0
EPOLLET or EPOLLLT?
#106
zhongweikang
closed
3 years ago
4
optimize code & adjuste directory
#105
Allenxuxu
closed
3 years ago
0
如何支持 Graceful Restart
#104
xuxiangyang
closed
3 years ago
10
怎么处理粘包
#103
cxjhk
closed
3 years ago
1
fix OnMessage interface return value README doc
#102
xuxiangyang
closed
3 years ago
1
tcp发送缓冲区堆积的时候似乎会导致服务cpu满载
#101
ichixia
closed
3 years ago
6
Feature request: Add support for TLS
#100
xBlaz3kx
opened
3 years ago
1
undefined: poller.Poller
#99
Iori372552686
closed
3 years ago
0
关于EventLoop.QueueInLoop的一个疑问
#98
liyonglion
closed
3 years ago
2
Add sendInLoopFinish callback
#97
Allenxuxu
closed
3 years ago
0
Protocol.Packet‘s input parameter changed to Interface
#96
Allenxuxu
closed
3 years ago
0
调用Connection.Send时,必须创建新的buffer,开销略大
#95
wangyjyj
closed
3 years ago
14
Next