remove printf + unittest fix
This commit is contained in:
		@@ -776,8 +776,6 @@ namespace ix
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        if (_readyState == CLOSING || _readyState == CLOSED) return;
 | 
					        if (_readyState == CLOSING || _readyState == CLOSED) return;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        std::cout << "I WAS HERE" << std::endl;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        // See list of close events here:
 | 
					        // See list of close events here:
 | 
				
			||||||
        // https://developer.mozilla.org/en-US/docs/Web/API/CloseEvent
 | 
					        // https://developer.mozilla.org/en-US/docs/Web/API/CloseEvent
 | 
				
			||||||
        // We use 1000: normal closure.
 | 
					        // We use 1000: normal closure.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -53,6 +53,7 @@ namespace ix
 | 
				
			|||||||
                        if (messageType == ix::WebSocket_MessageType_Open)
 | 
					                        if (messageType == ix::WebSocket_MessageType_Open)
 | 
				
			||||||
                        {
 | 
					                        {
 | 
				
			||||||
                            Logger() << "New connection";
 | 
					                            Logger() << "New connection";
 | 
				
			||||||
 | 
					                            connectionState->computeId();
 | 
				
			||||||
                            Logger() << "id: " << connectionState->getId();
 | 
					                            Logger() << "id: " << connectionState->getId();
 | 
				
			||||||
                            Logger() << "Uri: " << openInfo.uri;
 | 
					                            Logger() << "Uri: " << openInfo.uri;
 | 
				
			||||||
                            Logger() << "Headers:";
 | 
					                            Logger() << "Headers:";
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user