Feng-Zihao

Results 4 comments of Feng-Zihao

Oh... First reply from github issues !! I'm using this one, on linux. http://www.stunprotocol.org/

I face the same problem these days we we're developing our gateway. At the high load, first, there're few connections getting ConnectionReset exception. Bit by bit, the later connections get...

@Crystark after 2 weeks struggling with RxNetty, we have changed to use Pure Netty as our gateway implementation. It works extremely direct, clean, and high performance. Here's an example version...

@Crystark As you just interested in Http Client, please refer to the file below: https://github.com/Feng-Zihao/protox/blob/master/src/main/kotlin/org/protox/http/BackendHandler.kt It's not hard to translate it to Java. Protox set AutoRead to false, to control...