siddontang
siddontang
What I want is to view the xkcd comics in the terminal, so I write https://github.com/siddontang/xkcdsay I tried different tools to show the image in the terminal like https://github.com/posva/catimg, https://github.com/ichinaski/pxl,...
well, still can't work with longcat. As you can see, the pic doesn't show well below 
Seem we can already support using another codec? @BusyJay
Hi @Kane-Sendgrid One connection can only use one Core, no matter how many you set on the server. Can you give us the benchmark test?
why the wait in the Drop can't work?
@DorianZheng please give a test to reproduce this bug, so @overvenus can help fix it.
oh, in my MacOS, the test can pass. ``` rustc -V rustc 1.29.0-nightly (e5f6498d3 2018-07-10) ```
I have reproduced the problem, if we add `drop(server)` at the end of the function, the panic will throw every time. The problem is that when the server is dropped,...