issues
search
tidwall
/
evio
Fast event-loop networking for Go
MIT License
5.9k
stars
492
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix: typo
#80
testwill
opened
1 year ago
0
how to get receive data after conn.wake in events.Data?
#79
zzxap
opened
1 year ago
0
how to send data to other conn?
#78
zzxap
opened
1 year ago
0
Introduce a postWrite hook
#77
abramk
opened
1 year ago
3
Differences with other libraries
#76
ivanjaros
opened
2 years ago
1
[question] why use count field in loop not len(fdconns)?
#75
Ccheers
opened
2 years ago
0
Calling wake should append c.out, instead of saving only last output call
#74
rubihouri-anzu
opened
2 years ago
0
numLoops > 1 will make udp server slower
#73
tianlin
closed
1 year ago
2
In the linux tcp epoll mode, some conditions will lead to starvation when reading, as well as data loss and repeated sending problems in the buffer to be written in the connection
#72
zjs604381586
opened
3 years ago
1
Any reverse proxy example?
#71
gitmko0
opened
4 years ago
0
Fix typo in event.Tick example
#70
msquee
opened
4 years ago
0
Using channels
#69
rock59
opened
4 years ago
0
any intent to make http into a full fledge http server like fasthttp?
#68
gitmko0
opened
4 years ago
0
how does hmget return values? sorry i'm not sure how to use appendbulk etc without examples.
#67
gitmko0
closed
4 years ago
0
add go mod support.
#66
gitsrc
closed
4 years ago
0
Avoid unnecessary syscalls
#65
roy2220
closed
4 years ago
1
eventfd should be created nonblocking
#64
xtaci
opened
4 years ago
0
Switch to go mod
#63
ewgRa
opened
4 years ago
0
Fix http server example - parsing request path and query
#62
ewgRa
opened
4 years ago
0
CPU consuming 100%
#61
namkazt
closed
4 years ago
5
Calling Wake() on UDP conn does nothing
#60
miguelb
opened
4 years ago
0
how to performance push service ?
#59
itlabers
opened
5 years ago
1
I think writing to the output buffer wrong in examples (http server/ redis server)
#58
recoilme
opened
5 years ago
1
Fix Poll.Trigger byte order bug under linux
#57
coyove
closed
5 years ago
2
How to limit the maximum number of connections ?
#56
pigochu
opened
5 years ago
1
What is the purpose of these lines?
#55
hiyali
opened
5 years ago
1
how to write to Conn from another goroutine?
#54
yangjuncode
closed
5 years ago
1
Automatically disconnect idle connections
#53
Allenxuxu
closed
5 years ago
0
How to Async write?
#52
jingc1413
closed
5 years ago
2
Panic will occur when accepting
#51
YangXin-Sheep
opened
5 years ago
1
how to send data to all client?
#50
zhujintao
closed
5 years ago
2
how to drop connection without client knowing?
#49
hiqsociety
closed
5 years ago
1
Any ways to access header information of http?
#48
hiqsociety
closed
5 years ago
1
Linux only
#47
kevwan
closed
5 years ago
0
Conn wake write block
#46
qqskqsa
opened
5 years ago
1
Have you ever thought about using ET in epoll?
#45
panjf2000
closed
5 years ago
0
Reduce at least one syscall.EPOLLOUT event in every connection
#44
panjf2000
closed
5 years ago
6
Serve from a specific net.PacketConn
#43
ilyaglow
opened
5 years ago
4
Make sure it only do the signalShutdown once
#42
panjf2000
closed
5 years ago
9
Utilize map to store listeners instead of slice, enhancing performance
#41
panjf2000
closed
5 years ago
5
Write errors report
#40
iRbouh
opened
5 years ago
0
How to build a proxy server using evio?
#39
choleraehyq
closed
5 years ago
1
How to build a proxy server using evio
#38
choleraehyq
closed
5 years ago
0
how to register new connection to event loop?
#37
devguo
closed
5 years ago
2
Writing to UDP
#36
ghost
closed
5 years ago
3
Query
#35
fengss
opened
5 years ago
1
evio_unix will auto close the connections, when no data is read out
#34
sleep2death
closed
5 years ago
1
evio_unix will auto close the connections, when no data is read out
#33
sleep2death
closed
5 years ago
1
A session interface with id of a string
#32
azhai
closed
5 years ago
3
Use Receive() and Send() instead of Data()
#31
azhai
closed
5 years ago
1
Next