Sungkwang Lee

Results 1 comments of Sungkwang Lee

I found the example of async rep/req pattern at [nanomsg/demo/async_demo.c](https://github.com/nanomsg/nanomsg/blob/master/demo/async_demo.c). In this example, it creates `REP` socket with with `AF_SP_RAW` and stores `msg_control` which is gained from `nn_recvmsg`. After that,...