LiveView by default use the /live
socket. A user socket by default use the /socket
socket. A socket is further divided into channels that don’t interfere with each other. Can I reuse the live
socket and just add a few channels of my own, assuming I avoid all the topic ids used by LiveView?