mirror of
				https://github.com/Telecominfraproject/wlan-cloud-owprov.git
				synced 2025-11-04 04:28:01 +00:00 
			
		
		
		
	Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
		@@ -36,7 +36,7 @@ namespace OpenWifi {
 | 
				
			|||||||
            void Stop() override;
 | 
					            void Stop() override;
 | 
				
			||||||
            void ConnectionReceived( const std::string & Key, const std::string & Payload) {
 | 
					            void ConnectionReceived( const std::string & Key, const std::string & Payload) {
 | 
				
			||||||
                std::lock_guard G(Mutex_);
 | 
					                std::lock_guard G(Mutex_);
 | 
				
			||||||
                poco_debug(Logger(),Poco::format("Device(%s): Connection/Ping message.", Key));
 | 
					                poco_trace(Logger(),Poco::format("Device(%s): Connection/Ping message.", Key));
 | 
				
			||||||
                Queue_.enqueueNotification( new DiscoveryMessage(Key,Payload));
 | 
					                Queue_.enqueueNotification( new DiscoveryMessage(Key,Payload));
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
            void run() override;
 | 
					            void run() override;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user