Skip to content

Commit 6f87c81

Browse files
authored
Update README.md on libs
1 parent 32b121c commit 6f87c81

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ This is a framework of the [ZeroMQ Library](https://github.com/zeromq) ( also kn
1212

1313
+ _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.
1414

15-
+ _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.
15+
+ _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.
16+
17+
+ _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.
1618

1719
## Getting Started
1820

0 commit comments

Comments
 (0)