issues
search
panjf2000
/
gnet
🚀 gnet is a high-performance, lightweight, non-blocking, event-driven networking framework written in pure Go.
https://gnet.host
Apache License 2.0
9.69k
stars
1.04k
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[Bug]: Idle connections still occupy memory, the ringbuf cannot be released
#662
szza
closed
6 days ago
3
patch: v2.6.2
#661
panjf2000
closed
1 week ago
0
opt: eliminate the inuse eventloop.cache for idle connections
#660
panjf2000
closed
1 week ago
1
[Bug]: the buff of eventloop.cache used cannot be released
#659
szza
closed
1 week ago
22
patch: v2.6.1
#658
panjf2000
closed
1 week ago
0
opt: use worker pool for asynchronous tasks on Windows
#657
panjf2000
closed
1 week ago
1
chore: rename some parameters
#656
panjf2000
closed
1 week ago
1
Bugfix/cache
#655
szza
closed
1 week ago
0
opt: optimize Conn.Next and Conn.Peek
#654
panjf2000
closed
1 week ago
1
test: add test for SO_BINDTODEVICE with TCP
#652
panjf2000
closed
2 weeks ago
1
minor: v2.6.0
#651
panjf2000
closed
2 weeks ago
0
feat: support SO_BINDTODEVICE on Linux
#650
panjf2000
closed
2 weeks ago
1
bug: fix Conn.Next not safe (#648)
#649
zhongweikang
closed
2 weeks ago
2
[Bug]: conn.Next not safe
#648
zhongweikang
closed
2 weeks ago
29
[Bug]: conn.Next not safe
#647
zhongweikang
closed
2 weeks ago
2
feat: support configurable I/O chunk to drain at a time in edge-triggered mode
#646
panjf2000
closed
2 weeks ago
1
[Question]: Please tell me about the address and port occupation problem after concurrent requests.
#645
kwok828
closed
3 weeks ago
2
feat: support configurable I/O space to drain at a time in edge-trigg…
#644
lovefyf928
closed
2 weeks ago
1
[Feature]: support configurable I/O space to drain at a time in edge-triggered mode
#643
panjf2000
closed
2 weeks ago
0
[Question]: conn.RemoteAddr() null pointer
#642
wangxinshuo
closed
1 month ago
10
patch: v2.5.9
#641
panjf2000
closed
1 month ago
1
chore: use errors.Is and errors.Join for customized errors
#640
panjf2000
closed
1 month ago
1
patch: v2.5.8
#639
panjf2000
closed
2 months ago
0
opt: bump up minimum required Go version to 1.20
#638
panjf2000
closed
2 months ago
1
[Question]: SetContext has no effect in UDP. Is it intentionally designed this way?
#637
ckcfcc
closed
18 hours ago
8
[Bug]: panic: runtime error: index out of range [0] with length 0
#636
todayforever
closed
2 months ago
6
[Feature]: It is necessary to kick out connections that have not had data interaction for a long time. How to delete them all at once?
#635
maxbad
closed
2 months ago
2
[Question]: Is OnTick always triggered by the same goroutine?
#634
ckcfcc
closed
3 months ago
4
fixed concurrent map write and read for conn matrix map
#633
Wang
closed
1 month ago
1
[Bug]: concurrent map write and read
#632
Rui-i
closed
2 months ago
8
[Question]: Communicate with netty
#631
879611427
closed
3 months ago
2
[Question]: How to set the client write timeout parameter?
#630
xspren
closed
4 months ago
2
[Question]: client blocks when dialing new connections
#629
zhao890516
closed
4 months ago
19
[Question]: Does udp buffer support on-demand allocation?
#628
Flash-LHR
closed
4 months ago
2
[Question]: type engine struct {
#627
ayamzh
closed
4 months ago
2
[Question]: where is the example project?
#626
ayamzh
closed
4 months ago
3
patch: v2.5.7
#625
panjf2000
closed
4 months ago
0
opt: close file descriptor after OnClose() for UDP along with code improvement
#624
panjf2000
closed
4 months ago
1
patch: v2.5.6
#623
panjf2000
closed
4 months ago
0
opt: close file descriptor after OnClose()
#622
panjf2000
closed
4 months ago
1
[bug]: socket fd being reused during `OnClose()` lead to data corruption
#621
fanties
closed
4 months ago
6
patch: v2.5.5
#620
panjf2000
closed
5 months ago
0
bug: fix the wrong default behavior of TCPNoDelay on client side
#619
panjf2000
closed
5 months ago
1
test: increase the test code coverage a little bit
#618
panjf2000
closed
5 months ago
1
patch: v2.5.4
#617
panjf2000
closed
5 months ago
0
bug: fix Conn.Next and Conn.Peek panic On Unix
#616
serious-snow
closed
5 months ago
1
[Bug]: gnet.Conn.Peek crashes slice bounds out of range
#615
serious-snow
closed
5 months ago
6
[Feature]: tls support
#614
Rohsichan
closed
4 months ago
5
chore: upgrade modules and update .gitignore
#613
panjf2000
closed
5 months ago
1
[Question]: redhub upgraded to use gnet/v2 issues, seemed "stalled"
#612
sprappcom
closed
5 months ago
1
Next