Skip to content

Commit

Permalink
catch one
Browse files Browse the repository at this point in the history
  • Loading branch information
shikokuchuo committed Nov 23, 2023
1 parent dbc1595 commit c81f134
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: nanonext
Type: Package
Title: NNG (Nanomsg Next Gen) Lightweight Messaging Library
Version: 0.10.4.9010
Version: 0.10.4.9011
Description: R binding for NNG (Nanomsg Next Gen), a successor to ZeroMQ. NNG is
a socket library implementing 'Scalability Protocols', a reliable,
high-performance standard for common communications patterns including
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# nanonext 0.10.4.9010 (development)
# nanonext 0.10.4.9011 (development)

#### New Features

Expand Down
2 changes: 2 additions & 0 deletions src/aio.c
Original file line number Diff line number Diff line change
Expand Up @@ -1781,6 +1781,8 @@ SEXP rnng_cv_until_safe(SEXP cvar, SEXP msec) {
case REALSXP:
period = (nng_time) Rf_asInteger(msec);
break;
default:
period = 0;
}

now = nng_clock();
Expand Down

0 comments on commit c81f134

Please sign in to comment.