-
How to get a the list of channels a client is subscribed to, as well as the list of clients subscribed to a channel (across all nodes)? It seems like this information is already stored in PubSubEngine…
-
In my verifyConnection code, I am calling an api, After the api returns, I try to set next(true) but connection is closed. I am testing a node server app to node client app.
my code:
function …
-
### Submitting
- [ ] Bug
- [x] Question
- [ ] Suggestion
- [ ] Other
### Details
This is a pretty straightforward question (hopefully). The question is how would I go about using a combi…
-
### Submitting
- [ ] Bug
- [X] Question
- [ ] Suggetion
- [ ] Other
Please can you add an option to disable the logging into console?
-
### Submitting
- [x] Bug
- [x] Question
- [ ] Suggestion
- [ ] Other
I need to use Redis for token blacklisting, but the code below causes the connection to be closed every time.
How to mak…
-
I was trying to find out examples of websocket client which use perMessageDeflate option.
But I couldn't find any example using even any other option.
Is it possible to make PermessageDeflate fals…
-
### Submitting
- [ ] Bug
- [x] Question
- [ ] Suggestion
- [ ] Other
### Details
How to do encode objects in to compact byte buffers and then decode them back in to objects on the receiver
…
-
### Submitting
- [ ] Bug
- [X] Question
- [ ] Suggetion
- [ ] Other
### Details
Hi, is there a solution for listen on 443 and 80 port in same app?
-
The previous ( legacy ) version of AdonisJs has support for Web-sockets, which has been removed from AdonisJs 4.0 and not something anyone was expecting. However, the implementation was insufficient a…
-
For the latest Mastodon release:
If you yarn-install the node-modules for any Node.js version under version 14, you will get a "warning: cast between incompatible function types" error on addon.cp…