You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.markdown
+1-1
Original file line number
Diff line number
Diff line change
@@ -145,5 +145,5 @@ See the [project.clj](project.clj) for the SHA of the jzmq commit compiled into
145
145
## TODO (?)
146
146
147
147
+ Handle ByteBuffers in addition to just strings and byte arrays.
148
-
+ Enforce that provided ports never block and/or are read/write only as appropriate.
148
+
+ Enforce that provided ports never block and/or are read/write only as appropriate. (AKA: switch to using `offer!` as [described by Rich](https://www.youtube.com/watch?v=4KqUvG8HPYo#t=3224) when they're released.)
149
149
+ Add [shutdown hooks](http://docs.oracle.com/javase/7/docs/api/java/lang/Runtime.html#addShutdownHook(java.lang.Thread)) to context objects?
0 commit comments