公告板
版本库
filestore
活动
搜索
登录
valib
/
C_deliver
C版本的nng库,可以和go版本的mangos通信
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master' of ssh://192.168.5.5:29418/valib/C_deliver
wangzhengquan
2020-06-16
65080866cccbb2e8c83bc87f0378e55b90003433
[valib/C_deliver.git]
/
test
/
test_pullpush.sh
1
2
3
4
./test_pullpush node0 ipc:///tmp/test_pullpush.ipc & node0=$! && sleep 1
./test_pullpush node1 ipc:///tmp/test_pullpush.ipc "Hello, World!"
./test_pullpush node1 ipc:///tmp/test_pullpush.ipc "Goodbye."
kill $node0