can rxjs websocket send ping or pong? #7456
              
                Unanswered
              
          
                  
                    
                      bongjinpark1
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment
-
| 
         The browser does not provide any methods that would allow you to send a ping/pong frame. As a result, RxJS also cannot send ping/pong. The only option is to implement your own ping/pong on top of regular messages.  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
hello.
I want to check websocket connection status by pingpong heartbeat.
but, I can't found how to send ping/pong frame.
Is there any interfaces for it?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions