Web-socket , Celery and redis python
I am try to get message from when task is done from Celery
and push message to redis
but issue is when i try to broadcast message on websocket
they are close or partial active which make it revert and many solutions said used ping function which send empty message all the time to client until he task is done but it not make sense.