We send PING
messages to request a delivery receipt for messages sent to detached channels. If the channel is high-traffic, this can result in significant overhead.
We should immediately advance the internal ID instead (but need to be careful wrt. race conditions when the client detaches at the same time as the server sends a PRIVMSG
+PING
)