Closed tobi-tobsen closed 12 years ago
i think i fixed this with the last pull request.
Regarding the performance test, very nice, please add pull request and i will merge it.
tobi please confirm that it's fixed
This seems to be fixed. I created a pullrequest for the performance test https://github.com/zeromq/netmq/pull/24 . However that doesn't currently work due to another issue which results in the received message being empty (empty as in zero size). I will create a new bug report for that.
Context:
I tried porting the libzmq performance tests since the netmq readme (https://github.com/zeromq/netmq#netmq) suggested these are missing and I were curious and wanted to help you guys).
I created the throughput test along the lines to the original libzmq version. If you want I can create a pull request from that commit: https://github.com/tobi-tobsen/netmq/tree/perf_throughput
Bug:
When running the tests I getting the following exception on the push-side (remote_thr):
Steps to reproduce: