@@ -332,6 +332,10 @@ func (rc *RecConn) keepAlive() {
defer ticker.Stop()
for {
if (!rc.IsConnected()) {
continue;
}
rc.writeControlPingMessage()
<-ticker.C
if time.Now().Sub(keepAliveResponse.getLastResponse()) > rc.getKeepAliveTimeout() {
The note is not visible to the blocked user.