-
```
GameServer iocp is buged and must be rewrited
```
Original issue reported on code.google.com by `krisis...@inbox.lv` on 3 Mar 2012 at 2:10
-
```
GameServer iocp is buged and must be rewrited
```
Original issue reported on code.google.com by `krisis...@inbox.lv` on 3 Mar 2012 at 2:10
-
```
GameServer iocp is buged and must be rewrited
```
Original issue reported on code.google.com by `krisis...@inbox.lv` on 3 Mar 2012 at 2:10
-
```
GameServer iocp is buged and must be rewrited
```
Original issue reported on code.google.com by `krisis...@inbox.lv` on 3 Mar 2012 at 2:10
-
```
GameServer iocp is buged and must be rewrited
```
Original issue reported on code.google.com by `krisis...@inbox.lv` on 3 Mar 2012 at 2:10
-
**In short, there are flaws in the mechanism of handling the case IOCP is out of resources, in some extreme case io_context(io_service) will dispatch the op with wrong results.**
Code version: Asi…
-
after commenting the code related to #436 our fatal errors reduced by a lot, but we still got too many.
a few days ago we added sentry with uploaded debug symbols so we can see the causes, and I'm …
-
I have some cryptic issues with IOCP backend on windows. Got this behavior using python 2.7.13 and Windows 7/x86 and Windows 10/x86_64.
Story goes like this. I wrote some kind of proxy server using a…
-
|| nuchida reported|
|-|-|
|Trac ID|trac#3617|
|Type|defect|
|Created|2009-01-15 11:45:20Z|
Excuse my poor English.
I wrote simple echo server (source code is attached) which implements IHalfClosea…
-
There's an MT error in the IOCP & libevent event loops in stdlib, when resolving `select` timeouts.
IOCP checks for `event.timeout?` and `fiber.timeout_select_action` together, and enqueues the fib…