websocket 1.4.2
CRAN release: 2024-07-22
- Fixes for C++20, and removed use of non-API function
R_nchar. (#109)
websocket 1.2.0
CRAN release: 2020-06-10
- Websocket I/O now runs on a separate thread, so Websocket no longer uses polling. This should also reduce latency for handling incoming messages. (#62)