Dont crash on websocket server fail
Expected: When the websocket server goes down, the server should handle the rest of the logic despite that
Actual: The server throws 500 errors and crashes
Solution: Ignore ConnectionRefusedError in websocket_send method