File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-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.3.0.9007
4+ Version: 1.3.0.9008
55Description: R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ. NNG is
66 a socket library implementing 'Scalability Protocols', a reliable,
77 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)
22
33#### Updates
44
Original file line number Diff line number Diff line change @@ -414,7 +414,6 @@ SEXP rnng_thread_shutdown(void) {
414414 nng_thread_destroy (nano_wait_thr );
415415 nng_cv_free (nano_wait_cv );
416416 nng_mtx_free (nano_wait_mtx );
417- nano_wait_thr = NULL ;
418417 }
419418 return R_NilValue ;
420419}
You can’t perform that action at this time.
0 commit comments