Changeset - 221b8ef7cf8f
[Not reviewed]
0 1 0
Jan Kaluza - 9 years ago 2016-01-06 18:04:23
jkaluza@redhat.com
Do not reconnect frontend on every first pong received from backend, but only reconnect it on very first pong received by spectrum
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
include/transport/NetworkPluginServer.h
Show inline comments
 
@@ -202,6 +202,7 @@ class NetworkPluginServer : Swift::XMPPParserClient {
 
		Swift::XMPPSerializer *m_serializer;
 
		Swift::FullPayloadSerializerCollection m_collection2;
 
		std::map <std::string, std::string> m_id2resource;
 
		bool m_firstPong;
 
};
 

	
 
}
0 comments (0 inline, 0 general)