shako
shako
> Could you please illustrate your design in PR description? done
> This morning, I re-run the command, it seems okay but I did not remember what I have done > > ``` > zelongg@zelongg-ThinkPad-T430:/media/zelongg/DATA/libQtShadowsocks/build$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr > -- Found...
JDK11的这个[issue](https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8175312 ) 应该能帮助到
> Hi @XHao , if the concurrent issue is caused by the `channel.writeAndFlush(request);` before the `TokenClientPromiseHolder.putPromise(xid, promise);`. why we can't solve it by move the `TokenClientPromiseHolder.putPromise(xid, promise);` ahead? Sorry, I...