Erik Fröjdh 5bf6b7a338
Refactor of ZmqSocket (#109)
Changed data type of address from char[1000] to string to reduce stack size of object.

Removed redundant calls to Close

Removed function exposing the socket descriptor

Using functions from network_utils instead of duplicates

Added tests
2020-06-19 12:41:03 +02:00
..
2020-05-05 10:07:19 +02:00
2020-05-05 10:07:19 +02:00
2020-05-05 10:07:19 +02:00
2020-06-10 08:30:12 +02:00
2020-05-13 14:48:52 +02:00
2020-05-05 10:07:19 +02:00
2020-05-15 10:52:23 +02:00
2020-06-17 15:25:59 +02:00
2020-06-10 08:30:12 +02:00
2020-06-19 12:41:03 +02:00