You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds 'recvAio' method for promises::as.promise() and promises::is.promising() to enable 'recvAio' promises.
Updates
serial_config() now validates all arguments and returns them as a list. Full validation is also performed when the option is set for additional safety.
Warning messages for unserialization or conversion failures of received data are now suppressable.
Upgrades reply() to always return even when there is an evaluation error. This allows it to be used safely in a loop without exiting early, for example.
Removes deprecated and defunct next_config().
Internal performance enhancements.
Updates bundled 'libnng' v1.8.0 with latest patches.