Song.Yu

Results 2 comments of Song.Yu

I want to use the nng with libdill, but I found the nng not work correctly in libdill environment. ``` static dill_coroutine void test_pub(void) { nng_socket sock; nng_msg *msg; int...

If use a POSIX socket with the fdin/fdout, then I need to do the same thing as dill_tcp_connect, there are lots of work.