LIveview web socket connect not calling plug

Wasn’t able to get the plugs to work reliably with liveview, so i instead used an on_mount function that acts the same (link to the docs). Shame, as it means one can’t share the same plug between liveview and normal views, but it works.