{"id":1598,"date":"2018-08-10T12:29:18","date_gmt":"2018-08-10T04:29:18","guid":{"rendered":"https:\/\/damogame.cn:15443\/wordpress\/?p=1598"},"modified":"2018-08-10T12:29:18","modified_gmt":"2018-08-10T04:29:18","slug":"nanomsg-%e7%9a%84reqrep%e6%a8%a1%e5%bc%8f","status":"publish","type":"post","link":"https:\/\/i007.cc\/wordpress\/archives\/1598","title":{"rendered":"nanomsg \u7684reqrep\u6a21\u5f0f"},"content":{"rendered":"<div>\n<div>#include &lt;nnxx\/message&gt;<\/div>\n<div>#include &lt;nnxx\/socket&gt;<\/div>\n<div>#include &lt;nnxx\/testing&gt;<\/div>\n<div>int main() {<\/div>\n<div>nnxx::socket s1 { nnxx::SP, nnxx::REP };<\/div>\n<div>nnxx::socket s2 { nnxx::SP, nnxx::REQ };<\/div>\n<div>nnxx::socket s3 { nnxx::SP, nnxx::REQ };<\/div>\n<div>s1.bind(&#8220;inproc:\/\/test&#8221;);<\/div>\n<div>s2.connect(&#8220;inproc:\/\/test&#8221;);<\/div>\n<div>s3.connect(&#8220;inproc:\/\/test&#8221;);<\/div>\n<div>nnxx_check(s2.send(&#8220;Hello World! 1&#8221;) ==14);<\/div>\n<div>nnxx_check(s3.send(&#8220;Hello World! 2&#8221;) ==14);<\/div>\n<div>nnxx_check(s1.recv&lt;std::string&gt;() ==&#8221;Hello World! 1&#8243;);<\/div>\n<div>nnxx_check(s1.send(std::string{ &#8220;1&#8221; }) ==1);<\/div>\n<div>nnxx_check(s1.recv&lt;std::string&gt;() ==&#8221;Hello World! 2&#8243;);<\/div>\n<div>nnxx_check(s1.send(std::string{ &#8220;2&#8221; }) ==1);<\/div>\n<div>nnxx_check(to_string(s2.recv()) ==&#8221;1&#8243;);<\/div>\n<div>nnxx_check(to_string(s3.recv()) ==&#8221;2&#8243;);<\/div>\n<div>return nnxx::unittest::result;<\/div>\n<div>}<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>#include &lt;nnxx\/me<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"colormag_page_container_layout":"default_layout","colormag_page_sidebar_layout":"default_layout","footnotes":""},"categories":[],"tags":[118],"class_list":["post-1598","post","type-post","status-publish","format-standard","hentry","tag-02-"],"_links":{"self":[{"href":"https:\/\/i007.cc\/wordpress\/wp-json\/wp\/v2\/posts\/1598","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/i007.cc\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/i007.cc\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/i007.cc\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/i007.cc\/wordpress\/wp-json\/wp\/v2\/comments?post=1598"}],"version-history":[{"count":0,"href":"https:\/\/i007.cc\/wordpress\/wp-json\/wp\/v2\/posts\/1598\/revisions"}],"wp:attachment":[{"href":"https:\/\/i007.cc\/wordpress\/wp-json\/wp\/v2\/media?parent=1598"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/i007.cc\/wordpress\/wp-json\/wp\/v2\/categories?post=1598"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/i007.cc\/wordpress\/wp-json\/wp\/v2\/tags?post=1598"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}