File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11Package: nanonext
22Type: Package
33Title: NNG (Nanomsg Next Gen) Lightweight Messaging Library
4- Version: 1.4.0.9004
4+ Version: 1.5.0
55Description: R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ. NNG is
66 a socket library for reliable, high-performance messaging over in-process,
77 IPC, TCP, WebSocket and secure TLS transports. Implements 'Scalability
Original file line number Diff line number Diff line change 1- # nanonext 1.4.0.9004 (development)
1+ # nanonext 1.5.0
22
33#### Library Updates
44
1010* ` nano() ` updated with the 'poly' protocol, with 'pipe' argument enabled for the send methods.
1111* ` write_cert() ` no longer displays a status message when interactive (thanks @wlandau , #74 ).
1212* Removes partial matching when using ` $ ` , ` [[ ` or ` [ ` on an object inheriting from class 'nano'.
13- * Fixes a rare hang on socket close that was possible on Windows platforms (#76 ).
13+ * Fixes a rare hang on socket close that was possible on Windows platforms for IPC connections (#76 ).
1414
1515# nanonext 1.4.0
1616
You can’t perform that action at this time.
0 commit comments