nats.ws icon indicating copy to clipboard operation
nats.ws copied to clipboard

WebSocket NATS

Results 5 nats.ws issues
Sort by recently updated
recently updated
newest added

### What version were you using? VERSION = '1.11.2'; LANG = '[nats.ws](http://nats.ws/)'; ### What environment was the server running in? *Android Emulator: Pixel 3A Actual Android Devices: *Samsung Galaxy J5...

defect

I had this hook to connect to nats server. I am working with TS and React Native. I already tried [this](https://github.com/nats-io/nats.ws/issues/158) The error I see in the console is: [ERROR:...

### What version were you using? Server Version: 2.8.4 Client Version: 1.11.2 - nats.ws (nats.js file is being used) ### What environment was the server running in? The client is...

defect

Hi there! I was using the `toJsMsg` function in v1.15.0, but it's not exported after the jetstream module was implemented in 1.16.0. Can you suggest what to deal with it...

Hi, the docs start with saying that CommonJS version is rooted at "./cjs/nats.js", however, that cannot be imported directly from TypeScript, as there are no typings. For CommonJS + TypeScript,...