Fix "cb is not a function" error in streaming API server (#16134)
Third argument of `ping` is the callback Regression from #15932
This commit is contained in:
		@@ -1062,7 +1062,7 @@ const startWorker = (workerId) => {
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      ws.isAlive = false;
 | 
			
		||||
      ws.ping('', false, true);
 | 
			
		||||
      ws.ping('', false);
 | 
			
		||||
    });
 | 
			
		||||
  }, 30000);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user