Skip to content

Releases: anteoas/nanoline

v0.2: output: explicit flushing out stdout

28 Mar 09:09
Compare
Choose a tag to compare
this is almost a must. although this may degrade performance, it means
you don't have to get 1000 messages before you get a printout of the
first one.

before this would print nothing:

 ➤ nanoline pair --connect ipc:///tmp/foo.nn | cat &
 ➤ nanoline pair --bind ipc:///tmp/foo.nn
hello

after patch, "hello" is seen echoed through `cat`.

v0.1

16 Mar 12:24
Compare
Choose a tag to compare
doc: adds readme