Aza Noriega

Results 5 issues of Aza Noriega

#### What's wrong? Visual Studio Code doesn't respect breakpoints in child processes, such as workers and brokers, scworkercluster and `sc-broker-cluster`, when I try to debug SocketCluster with VS Code's internal...

enhancement

`npm run test`: all 40 tests are passing green. I've: - picked up npm versions of packages with which `pjs` is fully functional - replaced obsolete `Buffer` API usage -...

I had been using `pjs` like 5 years ago and I was happy about that. Today I've tried to use it again, but I've found out it fails to launch....

closes https://github.com/SocketCluster/socketcluster/issues/557 I’ve tried to revamp SocketCluster Protocol overview considering all the changes in the recent years. I guess it's more meaningful to read as a whole document at https://github.com/MegaGM/socketcluster/blob/docs-sc-protocol/socketcluster-protocol.md...

`socket.kickOut()` with no arguments provided fails to unsubscribe the socket from channels. ```js await socket.exchange.invokePublish('foo', 1) socket.kickOut() await sleep(300) await socket.exchange.invokePublish('foo', 2) ``` Client receives `#kickOut` but still receives the...