File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
Package: nanonext
2
2
Type: Package
3
3
Title: NNG (Nanomsg Next Gen) Lightweight Messaging Library
4
- Version: 1.4.0.9004
4
+ Version: 1.5.0
5
5
Description: R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ. NNG is
6
6
a socket library for reliable, high-performance messaging over in-process,
7
7
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
2
2
3
3
#### Library Updates
4
4
10
10
* ` nano() ` updated with the 'poly' protocol, with 'pipe' argument enabled for the send methods.
11
11
* ` write_cert() ` no longer displays a status message when interactive (thanks @wlandau , #74 ).
12
12
* 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 ).
14
14
15
15
# nanonext 1.4.0
16
16
You can’t perform that action at this time.
0 commit comments