-
Notifications
You must be signed in to change notification settings - Fork 310
Website hangs after websocket turned on #129
Comments
are u using a nginx as frontend server? the previous config of nginx cannot support both eventstream and websocket mode. refer to the wiki page for an updated config https://github.com/boypt/simple-torrent/wiki/ReverseProxy#nginx The mode of connect is recored in your browser local storage, you can also delete the I will make the connection button clickable when such happends. |
No, Apache:
Thanks! I’ll look for |
Add 3 lines to you config will be ok.
Websocket is just another technic the browser establishing a long connection to the server, only that websocket is bidirectional, evenstream is only down forward. But in this project only use the down forward tunnel. I have a node proxied by cloudflare, the websocket mode seems response faster. I'll document this in the wiki page later. |
The app hangs when you push the lightning bolt in 1.3.1. It keeps saying ‘Connecting’. Restarting does not help.
I don’t see anything changed in config.json, so where is this set? I cannot undo it now…
The text was updated successfully, but these errors were encountered: