Skip to content

Commit

Permalink
Update README.md on libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Npella authored Mar 1, 2024
1 parent 32b121c commit 6f87c81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6f87c81

Please sign in to comment.