MSS icon indicating copy to clipboard operation
MSS copied to clipboard

problems on updating from polling to websocket

Open ReimarBauer opened this issue 2 years ago • 2 comments

Something blocks our server to upgrade the protocoll for socketIO

/socket.io/?transport=polling  HTTP/1.1" 200 97
/socket.io/?transport=websocket HTTP/1.1" None 0
/socket.io/?transport=websocket HTTP/1.1" 500 0

When it is solved it needs documetations.

ReimarBauer avatar Aug 28 '23 13:08 ReimarBauer

    raise value
  File "/home/mss-mscolab/mambaforge/envs/mssenv/lib/python3.9/site-packages/gunicorn/workers/sync.py", line 184, in handle_request
    resp.write(item)
  File "/home/mss-mscolab/mambaforge/envs/mssenv/lib/python3.9/site-packages/gunicorn/http/wsgi.py", line 326, in write
    self.send_headers()
  File "/home/mss-mscolab/mambaforge/envs/mssenv/lib/python3.9/site-packages/gunicorn/http/wsgi.py", line 322, in send_headers
    util.write(self.sock, util.to_bytestring(header_str, "latin-1"))
  File "/home/mss-mscolab/mambaforge/envs/mssenv/lib/python3.9/site-packages/gunicorn/util.py", line 299, in write
    sock.sendall(data)
OSError: [Errno 9] Bad file descriptor

sound similiar https://github.com/benoitc/gunicorn/issues/3025

ReimarBauer avatar Aug 28 '23 15:08 ReimarBauer

We have to verify if we can use this as workaround https://github.com/benoitc/gunicorn/issues/3058

ReimarBauer avatar Aug 28 '23 19:08 ReimarBauer

gunicorn had a new release

ReimarBauer avatar Nov 28 '24 08:11 ReimarBauer