Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / tidwall/evio issues and pull requests
#80 - fix: typo
Pull Request -
State: open - Opened by testwill about 1 year ago
#79 - how to get receive data after conn.wake in events.Data?
Issue -
State: open - Opened by zzxap over 1 year ago
#78 - how to send data to other conn?
Issue -
State: open - Opened by zzxap over 1 year ago
#77 - Introduce a postWrite hook
Pull Request -
State: open - Opened by abramk over 1 year ago
- 3 comments
#76 - Differences with other libraries
Issue -
State: open - Opened by ivanjaros about 2 years ago
- 1 comment
#75 - [question] why use count field in loop not len(fdconns)?
Issue -
State: open - Opened by Ccheers over 2 years ago
#74 - Calling wake should append c.out, instead of saving only last output call
Issue -
State: open - Opened by rubihouri-anzu over 2 years ago
#73 - numLoops > 1 will make udp server slower
Issue -
State: closed - Opened by tianlin over 2 years ago
- 2 comments
#72 - 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
Issue -
State: open - Opened by zjs604381586 almost 4 years ago
- 1 comment
#71 - Any reverse proxy example?
Issue -
State: open - Opened by gitmko0 about 4 years ago
#70 - Fix typo in event.Tick example
Pull Request -
State: open - Opened by msquee about 4 years ago
#69 - Using channels
Issue -
State: open - Opened by rock59 about 4 years ago
#68 - any intent to make http into a full fledge http server like fasthttp?
Issue -
State: open - Opened by gitmko0 over 4 years ago
#67 - how does hmget return values? sorry i'm not sure how to use appendbulk etc without examples.
Issue -
State: closed - Opened by gitmko0 over 4 years ago
#66 - add go mod support.
Pull Request -
State: closed - Opened by gitsrc over 4 years ago
#65 - Avoid unnecessary syscalls
Pull Request -
State: closed - Opened by roy2220 over 4 years ago
- 1 comment
#64 - eventfd should be created nonblocking
Pull Request -
State: open - Opened by xtaci almost 5 years ago
#63 - Switch to go mod
Pull Request -
State: open - Opened by ewgRa almost 5 years ago
#62 - Fix http server example - parsing request path and query
Pull Request -
State: open - Opened by ewgRa almost 5 years ago
#61 - CPU consuming 100%
Issue -
State: closed - Opened by namkazt almost 5 years ago
- 5 comments
#60 - Calling Wake() on UDP conn does nothing
Issue -
State: open - Opened by miguelb almost 5 years ago
#59 - how to performance push service ?
Issue -
State: open - Opened by itlabers about 5 years ago
- 1 comment
#58 - I think writing to the output buffer wrong in examples (http server/ redis server)
Issue -
State: open - Opened by recoilme about 5 years ago
- 1 comment
#57 - Fix Poll.Trigger byte order bug under linux
Pull Request -
State: closed - Opened by coyove about 5 years ago
- 2 comments
#56 - How to limit the maximum number of connections ?
Issue -
State: open - Opened by pigochu about 5 years ago
- 1 comment
#55 - What is the purpose of these lines?
Issue -
State: open - Opened by hiyali over 5 years ago
- 1 comment
#54 - how to write to Conn from another goroutine?
Issue -
State: closed - Opened by yangjuncode over 5 years ago
- 1 comment
#53 - Automatically disconnect idle connections
Pull Request -
State: closed - Opened by Allenxuxu over 5 years ago
#52 - How to Async write?
Issue -
State: closed - Opened by jingc1413 over 5 years ago
- 2 comments
#51 - Panic will occur when accepting
Issue -
State: open - Opened by YangXin-Sheep over 5 years ago
- 1 comment
#50 - how to send data to all client?
Issue -
State: closed - Opened by zhujintao over 5 years ago
- 2 comments
#49 - how to drop connection without client knowing?
Issue -
State: closed - Opened by hiqsociety over 5 years ago
- 1 comment
#48 - Any ways to access header information of http?
Issue -
State: closed - Opened by hiqsociety over 5 years ago
- 1 comment
#47 - Linux only
Pull Request -
State: closed - Opened by kevwan over 5 years ago
#46 - Conn wake write block
Issue -
State: open - Opened by qqskqsa over 5 years ago
- 1 comment
#45 - Have you ever thought about using ET in epoll?
Issue -
State: closed - Opened by panjf2000 over 5 years ago
#44 - Reduce at least one syscall.EPOLLOUT event in every connection
Pull Request -
State: closed - Opened by panjf2000 over 5 years ago
- 6 comments
#43 - Serve from a specific net.PacketConn
Issue -
State: open - Opened by ilyaglow over 5 years ago
- 4 comments
#42 - Make sure it only do the signalShutdown once
Pull Request -
State: closed - Opened by panjf2000 over 5 years ago
- 9 comments
#41 - Utilize map to store listeners instead of slice, enhancing performance
Pull Request -
State: closed - Opened by panjf2000 over 5 years ago
- 5 comments
#40 - Write errors report
Issue -
State: open - Opened by iRbouh over 5 years ago
#39 - How to build a proxy server using evio?
Issue -
State: closed - Opened by choleraehyq over 5 years ago
- 1 comment
#38 - How to build a proxy server using evio
Issue -
State: closed - Opened by choleraehyq over 5 years ago
#37 - how to register new connection to event loop?
Issue -
State: closed - Opened by devguo almost 6 years ago
- 2 comments
#36 - Writing to UDP
Issue -
State: closed - Opened by ghost almost 6 years ago
- 3 comments
#35 - Query
Issue -
State: open - Opened by fengss almost 6 years ago
- 1 comment
#34 - evio_unix will auto close the connections, when no data is read out
Pull Request -
State: closed - Opened by sleep2death almost 6 years ago
- 1 comment
#33 - evio_unix will auto close the connections, when no data is read out
Pull Request -
State: closed - Opened by sleep2death almost 6 years ago
- 1 comment
#32 - A session interface with id of a string
Pull Request -
State: closed - Opened by azhai about 6 years ago
- 3 comments
#31 - Use Receive() and Send() instead of Data()
Pull Request -
State: closed - Opened by azhai about 6 years ago
- 1 comment
#30 - Use Receive() and Send() instead of Data()
Pull Request -
State: closed - Opened by azhai about 6 years ago
#29 - nginx vs evio benchmark
Issue -
State: closed - Opened by nixtoshi about 6 years ago
- 1 comment
#28 - TLS support ?
Issue -
State: open - Opened by vishal-uttamchandani about 6 years ago
- 13 comments
#27 - Listen FD register twice?
Issue -
State: closed - Opened by huiwq1990 about 6 years ago
- 2 comments
#26 - no way to write back data in Conn?
Issue -
State: closed - Opened by dbskccc over 6 years ago
- 6 comments
#25 - multi event_loop trigger loopAccept at the same time
Issue -
State: closed - Opened by rfyiamcool over 6 years ago
#24 - TLS Example
Issue -
State: closed - Opened by marcosrmendezthd over 6 years ago
- 2 comments
#23 - Saw this... but why not?
Issue -
State: closed - Opened by unisqu over 6 years ago
- 6 comments
#22 - typo (evio_other.go:32:9: undefined: servenet)
Issue -
State: closed - Opened by thesyncim over 6 years ago
- 3 comments
#21 - How do I actively close a connection?
Issue -
State: closed - Opened by abelzhou over 6 years ago
- 2 comments
#20 - Multi-thread benchmark result(does evio support it)?
Issue -
State: closed - Opened by WhoisZihan over 6 years ago
- 2 comments
#19 - How to write UDP?
Issue -
State: closed - Opened by ayanamist over 6 years ago
- 3 comments
#18 - Can the server activity send some data to client
Issue -
State: closed - Opened by rain10154 over 6 years ago
#17 - Update evio_loop.go
Pull Request -
State: closed - Opened by kevwan over 6 years ago
- 1 comment
#16 - Websocket Server?
Issue -
State: closed - Opened by nkev over 6 years ago
- 3 comments
#15 - Fix a crash bug
Pull Request -
State: closed - Opened by corerman almost 7 years ago
#14 - allow using custom buffer allocator
Issue -
State: closed - Opened by patricksuo almost 7 years ago
- 2 comments
#13 - No write function?
Issue -
State: closed - Opened by dearplain about 7 years ago
- 2 comments
#12 - Using splice system call for even better performance
Issue -
State: open - Opened by janflyborg about 7 years ago
- 4 comments
#11 - build err
Issue -
State: closed - Opened by lvxiaorun about 7 years ago
- 3 comments
#10 - build error on mac
Issue -
State: closed - Opened by CharmingZhou about 7 years ago
- 3 comments
#9 - fixed echo-server example
Pull Request -
State: closed - Opened by dgrr about 7 years ago
- 1 comment
#8 - Info structure in events.Opened is empty
Issue -
State: closed - Opened by dgrr about 7 years ago
- 7 comments
#7 - support udp protocol
Issue -
State: closed - Opened by gyf19 about 7 years ago
- 2 comments
#6 - Fix documentation typo
Pull Request -
State: closed - Opened by mike820324 about 7 years ago
- 2 comments
#5 - Why include iris in the bench?
Issue -
State: closed - Opened by uschen about 7 years ago
- 4 comments
#4 - About the Reactor pattern
Issue -
State: closed - Opened by Luncher about 7 years ago
- 4 comments
#3 - Drop-in
Issue -
State: closed - Opened by crackcomm over 7 years ago
- 1 comment
#2 - Re-implementation of the go scheduler
Issue -
State: closed - Opened by noonien over 7 years ago
- 3 comments
#1 - Name clash
Issue -
State: closed - Opened by divan over 7 years ago
- 3 comments