fix ping, fix send frame close (#49)
* fix ping, fix send frame close * fixes for data race on _closeCode etc. and fix test * fixing one TC * fix waiting forever if no time to change of readyState, and poll never end * add 1005 code if no status code received * fixes for 1005 code * fix test issue * fix macOS issue * revert to master tests and renaming
This commit is contained in:
		
				
					committed by
					
						
						Benjamin Sergeant
					
				
			
			
				
	
			
			
			
						parent
						
							232aa069d2
						
					
				
				
					commit
					1eb98cc74f
				
			@@ -136,6 +136,7 @@ namespace ix
 | 
			
		||||
 | 
			
		||||
        bool isConnected() const;
 | 
			
		||||
        bool isClosing() const;
 | 
			
		||||
        bool isConnectedOrClosing() const;
 | 
			
		||||
        void reconnectPerpetuallyIfDisconnected();
 | 
			
		||||
        std::string readyStateToString(ReadyState readyState);
 | 
			
		||||
        static void invokeTrafficTrackerCallback(size_t size, bool incoming);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user