-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
question: subscribe on websocket #144
Comments
They do, but websockets were implemented while the protocol was still under development and I would not recommend using this feature. It is half-baked and probably unsafe, which is why it is disabled by default. |
Should be fixed by #156 |
@paranic |
How can I set the Websocket = true inside the Docker image? |
@AllanOricil you'll need to change the config file and rebuild the docker image. Alternatively you can start from an existing docker image and use |
Is this now safe to use? Thanks |
@zak-b2c2 I have not made any changes to the implementation since this comment, and am unlikely to be able to work on this in the near future. I would not recommend using this feature. |
Understood, thanks for the clarification |
RUN sed -i '2i"websockets": true,' /etc/webdis.prod.json |
i am sorry but it is not clear on the README
does websocket implements subscribe?
The text was updated successfully, but these errors were encountered: