File tree 3 files changed +2
-3
lines changed
3 files changed +2
-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.3.0.9007
4
+ Version: 1.3.0.9008
5
5
Description: R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ. NNG is
6
6
a socket library implementing 'Scalability Protocols', a reliable,
7
7
high-performance standard for common communications patterns including
Original file line number Diff line number Diff line change 1
- # nanonext 1.3.0.9007 (development)
1
+ # nanonext 1.3.0.9008 (development)
2
2
3
3
#### Updates
4
4
Original file line number Diff line number Diff line change @@ -414,7 +414,6 @@ SEXP rnng_thread_shutdown(void) {
414
414
nng_thread_destroy (nano_wait_thr );
415
415
nng_cv_free (nano_wait_cv );
416
416
nng_mtx_free (nano_wait_mtx );
417
- nano_wait_thr = NULL ;
418
417
}
419
418
return R_NilValue ;
420
419
}
You can’t perform that action at this time.
0 commit comments