From 6f87c818798a10b76bb05c4de1fb4d0fd2a41997 Mon Sep 17 00:00:00 2001 From: Npella <156687967+Npella@users.noreply.github.com> Date: Fri, 1 Mar 2024 10:15:35 +0100 Subject: [PATCH] Update README.md on libs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5672153..92d9c66 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@ This is a framework of the [ZeroMQ Library](https://github.com/zeromq) ( also kn + _Get Socket Option_ : This method doesn't seem to work, the error obtained is : 'Ressource Temporarily Unavailable' no matter what was tried regarding the type of arguments. -+ _Set Socket Option_ : Works with ByteArrays, so the use of ZMQ_SUBSCRIBE and UNSUBSCRIBE is possible as well as for other options that take same types arguments. There is however the same issue with getsockopt for any other type requested by the method. ++ _Set Socket Option_ : Works with ByteArrays, so the use of ZMQ_SUBSCRIBE and UNSUBSCRIBE is possible as well as for other options that take same types arguments. There is however the same issue than getsockopt for any other type requested by the method. + ++ _Library for other OS_ : For now, the only available library on this repository is zmq.dll which is for Windows. A zmq.so and zmq.dylib would let other OSs users use this repository. ## Getting Started