Websocket API broken in 0.81.2?

After upgrading to 0.81.2 my Websocket API seems to be broken. I get tons of "Disconnected: Did not receive auth message within 10 seconds
components/websocket_api/http.py (WARNING)
I can’t connect to my Concord232 Server on a different Pi anymore

Fixed - The API problem was because I had updated AppDaemon at the same time. For some reason AppDaemon no longer liked my fixed IP ha_url.
After updating that to:
ha_url: http://hassio.local:8123
it worked