Hi all.
I got strage behaivor on websockets server running:
Nginx stops to response and resend data from websocket server after some hours of stable work.
When i tryng to recoonnect with client nothing happens. looks like tcp sucket is freezes or something like that
Log on error and debug level shows nothing
websockets code is standart from websocket server module git page
Before start infinite loop server subscrives on redis (also openresty redis module) and then reads frame.
Can you plz suggest how to resolve it if someone already has issue like this or how to catch root of this issue.
My settings in conf:
listen 443 ssl so_keepalive=2s:2s:8;
lua_check_client_abort on;
so keepalive is setted up... dont knwo what can be wrong here...
I feel myself blind...