Jacob Rief
Jacob Rief
I never tested this library on Django-2 or later, so please be patient until I have some time to do so, or try yourself.
It probably is easy to implement. But how would you do that in a generic and portable manner? Isn't it easier for you to transfer the username to the client?
Currently not. But this feature could be added and it makes sense. I would do it, so that Redis keeps a list of currently connected users. Then the Django loop...
Whenever he connects yes, but ws4redis does not see reliably whenever he disconnects. If he really closes the browser window, then the connection is closed in a clean way. But...
Actually, I never used Apache with uwsgi. I got these configurations from an other contributor who was able to get ws4redis running under Apache. Just for narrowing down the errors:...
@flybye22 What is `ProxyPassReverse` for? This directive is used by Apache to rewrite upstream 301/302 redirect responses, using the externally visible URL. This is completely useless with websockets (although it...
Since haproxy supports websockets, this should be possible. I believe that it will not differ too much from NGiNX's one. If you have a working setup, please share it, by...
@htayanloo **uwsgi** is a perfect application runner which can handle websockets. Please see Roberto's notes about this. @Edke How about doing the stress test with uwsgi but without nginx. Then...
yes, put those users into a group and publish only into that group. Currently there is no such thing as a channel, ie. kind of temporary group, but it would...
OK, git it. This would have to be implemented.