Video On Demand Crashes while forwarding in HTML Player
Hello ,
I have a precaptured mp4 files which i wanted to play in browser using EvoStream .Now for that i have placed all these media files to this location
“C:\EvoStream\media\vod” Inside this i have placed my files . I have set this path to the webrootfolder in webconfig.lua .
Now i am able to get the stream in player using the following code
<source src=”http://192.101.154.144:8090/vod/13-05-2017_03_57_04.mp4″ type=”video/mp4″> in my html player . I am able to view the stream in html player but when i forward the stream the EvoWebserver crashes each time. as a result my view stops .
I am using the latest version of Evostream 1.7.1… . I dont know why this happens .Please tell me how to solve this issue .
Regards
Avaneesh Srivastava
6 Answers
Hello ,
Hello ,
I am using plain html code to run the video .I am using this plain html code and open with a Chrome browser
<html>
<body>
<video width=”400″ controls>
<source src=”http://192.101.154.114:8090/vod/13-05-2017_03_57_04.mp4″ type=”video/mp4″>
Your browser does not support HTML5 video.
</video>
</body>
</html>
i have placed all these media files to this location
“C:\EvoStream\media\vod”
Now i open my html page which has been created using above code in GOOGLE CHROME browser and plays a video and there i forward the stream 4-5 times then evowebserver crashes . I see this issue while using the google chrome browser only . and i have tested with chrome only . Regards
Avaneesh Srivastava
I am using plain html code to run the video .I am using this plain html code and open with a Chrome browser
<html>
<body>
<video width=”400″ controls>
<source src=”http://192.101.154.114:8090/vod/13-05-2017_03_57_04.mp4″ type=”video/mp4″>
Your browser does not support HTML5 video.
</video>
</body>
</html>
i have placed all these media files to this location
“C:\EvoStream\media\vod”
Now i open my html page which has been created using above code in GOOGLE CHROME browser and plays a video and there i forward the stream 4-5 times then evowebserver crashes . I see this issue while using the google chrome browser only . and i have tested with chrome only . Regards
Avaneesh Srivastava
“Now i open my html page which has been created using above code in GOOGLE CHROME browser and plays a video and there i forward the stream 4-5 times then evowebserver crashes . ”
It is still not clear in your reply how you did the “forward the stream 4-5 times”. Can you elaborate on how you did this?
Hello ,
Steps to Produce the Crash Occurs from my ends are :
1:Open my html page which has been created using above code in GOOGLE CHROME browser and plays a video
2: Hold the Cursor and move the cursor to some file location for file Forwarding in html player
3: Now when you move the cursor by dragging at some location there you will see the EvoWebServer Crashes
I am generating this problem again and again Here is the log which i have generated now .Please tell me how to fix this issue
Here is the Log
PID: 9964; TIMESTAMP: 1495080631; LIFE: 9964_1495080631_IRz8G92e
EvoStream Media Server (www.evostream.com) version 1.7.1 build 4491 with hash: 64b305253110afc4acd5aeaf87f0a0b0f9b53526 on branch: origin/release/1.7.0.1 – PacMan|m| – (built for Windows-8.1-x86_64 on 2016-06-17T09:33:23.000)
1495080631:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:420:Initialize:EvoStream Media Server (www.evostream.com) version 1.7.1 build 4491 with hash: 64b305253110afc4acd5aeaf87f0a0b0f9b53526 on branch: origin/release/1.7.0.1 – PacMan|m| – (built for Windows-8.1-x86_64 on 2016-06-17T09:33:23.000)
1495080631:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:423:Initialize:OS files descriptors count limits: 2048/2048
1495080631:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:425:Initialize:Initialize I/O handlers manager: iocp without native timers
1495080631:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:480:Initialize:Configure modules
1495080631:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:486:Initialize:Plug in the default protocol factory
1495080631:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:493:Initialize:Configure factories
1495080631:3:..\..\..\sources\thelib\src\configuration\module.cpp:96:Module::ConfigFactory:Loaded factory from application evostreamms
1495080631:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:499:Initialize:Configure acceptors
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 0->1 IOHT_ACCEPTOR
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 1->2 IOHT_ACCEPTOR
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 2->3 IOHT_ACCEPTOR
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 3->4 IOHT_ACCEPTOR
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 4->5 IOHT_ACCEPTOR
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 5->6 IOHT_ACCEPTOR
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 6->7 IOHT_ACCEPTOR
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 7->8 IOHT_ACCEPTOR
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 8->9 IOHT_ACCEPTOR
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 9->10 IOHT_ACCEPTOR
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 10->11 IOHT_ACCEPTOR
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 11->12 IOHT_ACCEPTOR
1495080631:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:505:Initialize:Configure instances
1495080631:2:..\..\..\sources\thelib\src\configuration\configfile.cpp:206:ConfigFile::ConfigInstances:Windows doesn’t support multiple instances
1495080631:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:511:Initialize:Start I/O handlers manager: iocp without native timers
1495080631:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:514:Initialize:Configure applications
1495080631:3:..\..\..\sources\thelib\src\configuration\module.cpp:187:Module::ConfigApplication:Application evostreamms instantiated
1495080631:2:..\..\..\sources\thelib\src\mediaformats\readers\streammetadataresolver.cpp:156:StreamMetadataResolver::InitializeStorage:meta folder for storage 0x00000001 not specified. seek/meta files will be created inside the media folder
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 12->13 IOHT_TIMER
1495080631:0:..\..\..\sources\common\src\utils\lua\luautils.cpp:326:LoadLuaScriptFromFile:Error parsing file : cannot open : Invalid argument
1495080631:0:..\..\..\sources\common\src\utils\lua\basevmlua.cpp:69:BaseVMLua::LoadScriptFile:Unable to load script:
1495080631:2:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:75:BaseRTMPAppProtocolHandler::BaseRTMPAppProtocolHandler:Unable to load script
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 13->14 IOHT_TIMER
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 14->15 IOHT_TIMER
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 15->16 IOHT_TIMER
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 16->17 IOHT_TIMER
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 17->18 IOHT_TIMER
1495080631:3:..\..\..\sources\thelib\src\configuration\module.cpp:187:Module::ConfigApplication:Application lminterface instantiated
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 18->19 IOHT_TIMER
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 19->20 IOHT_TIMER
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 20->21 IOHT_TCP_CONNECTOR
1495080631:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:520:Initialize:Install the quit signal
1495080631:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:535:Run:\n+—————————————————————————–+\n| Services|\n+—+—————+—–+————————-+————————-+\n| c | ip | port| protocol stack name | application name |\n+—+—————+—–+————————-+————————-+\n|tcp| 127.0.0.1| 1112| inboundJsonCli| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 127.0.0.1| 7777| inboundHttpJsonCli| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 127.0.0.1| 1222| inboundAsciiCli| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 0.0.0.0| 1935| inboundRtmp| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 127.0.0.1| 1936| inboundRtmp| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 127.0.0.1| 1113| inboundBinVariant| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 0.0.0.0| 5544| inboundRtsp| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 0.0.0.0| 6666| inboundLiveFlv| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 0.0.0.0| 8080| inboundHttp| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 0.0.0.0| 8100| inboundJsonMeta| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 0.0.0.0| 8210| wsJsonMeta| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 0.0.0.0| 8410| inboundWSFMP4| evostreamms|\n+—+—————+—–+————————-+————————-+
1495080631:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:536:Run:LIFE: 9964_1495080631_IRz8G92e
1495080631:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:537:Run:GO! GO! GO! (9964)
1495080632:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 21->22 IOHT_TCP_CARRIER
1495080632:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:64912) CTCP(428) <-> TCP(9) <-> OSSL(10) <-> OHTT(11) <-> [JVAR(12)]
1495080632:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 22->21 IOHT_TCP_CONNECTOR
1495080632:2:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:291:BaseClientApplication::GetProtocolHandler:Protocol handler not activated for protocol type DRM in application evostreamms
1495080632:2:..\..\..\sources\applications\evorouter\src\protocols\timer\drmtimerprotocol.cpp:50:app_evorouter::DRMTimerProtocol::RequestKey:Unable to get protocol handler
1495080632:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol T(6) <-> [TMR(6)] unregistered from application: evostreamms
1495080632:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 21->20 IOHT_TIMER
1495080633:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:64912) CTCP(428) <-> TCP(9) <-> OSSL(10) <-> OHTT(11) <-> [JVAR(12)] unregistered from application: lminterface
1495080633:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 20->19 IOHT_TCP_CARRIER
1495080633:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 19->20 IOHT_TCP_CARRIER
1495080633:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 127.0.0.1:64916; Near: 127.0.0.1:1113) CTCP(380) <-> TCP(13) <-> [BVAR(14)]
1495080633:3:..\..\..\sources\applications\evorouter\src\protocols\variant\originvariantappprotocolhandler.cpp:632:app_evorouter::OriginVariantAppProtocolHandler::ProcessMessageHello:New edge available (Web Server): ip/port: 127.0.0.1:64913; pid: 4068
1495081231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 20->21 IOHT_TCP_CONNECTOR
1495081231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 21->22 IOHT_TCP_CARRIER
1495081231:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:65163) CTCP(496) <-> TCP(15) <-> OSSL(16) <-> OHTT(17) <-> [JVAR(18)]
1495081231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 22->21 IOHT_TCP_CONNECTOR
1495081237:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:65163) CTCP(496) <-> TCP(15) <-> OSSL(16) <-> OHTT(17) <-> [JVAR(18)] unregistered from application: lminterface
1495081237:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 21->20 IOHT_TCP_CARRIER
1495081831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 20->21 IOHT_TCP_CONNECTOR
1495081831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 21->22 IOHT_TCP_CARRIER
1495081831:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:65427) CTCP(516) <-> TCP(19) <-> OSSL(20) <-> OHTT(21) <-> [JVAR(22)]
1495081831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 22->21 IOHT_TCP_CONNECTOR
1495081832:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:65427) CTCP(516) <-> TCP(19) <-> OSSL(20) <-> OHTT(21) <-> [JVAR(22)] unregistered from application: lminterface
1495081832:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 21->20 IOHT_TCP_CARRIER
1495082431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 20->21 IOHT_TCP_CONNECTOR
1495082431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 21->22 IOHT_TCP_CARRIER
1495082431:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:49268) CTCP(520) <-> TCP(23) <-> OSSL(24) <-> OHTT(25) <-> [JVAR(26)]
1495082431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 22->21 IOHT_TCP_CONNECTOR
1495082432:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:49268) CTCP(520) <-> TCP(23) <-> OSSL(24) <-> OHTT(25) <-> [JVAR(26)] unregistered from application: lminterface
1495082432:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 21->20 IOHT_TCP_CARRIER
1495083031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 20->21 IOHT_TCP_CONNECTOR
1495083031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 21->22 IOHT_TCP_CARRIER
1495083031:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:49454) CTCP(412) <-> TCP(27) <-> OSSL(28) <-> OHTT(29) <-> [JVAR(30)]
1495083031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 22->21 IOHT_TCP_CONNECTOR
1495083037:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:49454) CTCP(412) <-> TCP(27) <-> OSSL(28) <-> OHTT(29) <-> [JVAR(30)] unregistered from application: lminterface
1495083037:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 21->20 IOHT_TCP_CARRIER
1495083631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 20->21 IOHT_TCP_CONNECTOR
1495083631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 21->22 IOHT_TCP_CARRIER
1495083631:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:49661) CTCP(424) <-> TCP(31) <-> OSSL(32) <-> OHTT(33) <-> [JVAR(34)]
1495083631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 22->21 IOHT_TCP_CONNECTOR
1495083632:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:49661) CTCP(424) <-> TCP(31) <-> OSSL(32) <-> OHTT(33) <-> [JVAR(34)] unregistered from application: lminterface
1495083632:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 21->20 IOHT_TCP_CARRIER
1495084231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 20->21 IOHT_TCP_CONNECTOR
1495084231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 21->22 IOHT_TCP_CARRIER
1495084231:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:49955) CTCP(520) <-> TCP(35) <-> OSSL(36) <-> OHTT(37) <-> [JVAR(38)]
1495084231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 22->21 IOHT_TCP_CONNECTOR
1495084234:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:49955) CTCP(520) <-> TCP(35) <-> OSSL(36) <-> OHTT(37) <-> [JVAR(38)] unregistered from application: lminterface
1495084234:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 21->20 IOHT_TCP_CARRIER
1495084831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 20->21 IOHT_TCP_CONNECTOR
1495084831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 21->22 IOHT_TCP_CARRIER
1495084831:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:50162) CTCP(420) <-> TCP(39) <-> OSSL(40) <-> OHTT(41) <-> [JVAR(42)]
1495084831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 22->21 IOHT_TCP_CONNECTOR
1495084839:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:50162) CTCP(420) <-> TCP(39) <-> OSSL(40) <-> OHTT(41) <-> [JVAR(42)] unregistered from application: lminterface
1495084839:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 21->20 IOHT_TCP_CARRIER
1495085125:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 20->21 IOHT_TCP_CARRIER
1495085125:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 127.0.0.1:50253; Near: 127.0.0.1:1112) CTCP(208) <-> TCP(43) <-> [IJSONCLI(44)]
1495085129:3:..\..\..\sources\applications\evorouter\src\protocols\cli\cliappprotocolhandler.cpp:1202:app_evorouter::CLIAppProtocolHandler::ProcessMessage:command: version
1495085133:3:..\..\..\sources\applications\evorouter\src\protocols\cli\cliappprotocolhandler.cpp:1202:app_evorouter::CLIAppProtocolHandler::ProcessMessage:command: listconfig
1495085180:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 21->22 IOHT_TCP_CARRIER
1495085180:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 192.168.100.117:49239; Near: 192.168.100.219:1935) CTCP(372) <-> TCP(45) <-> [IR(46)]
1495085180:6:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:835:BaseRTMPAppProtocolHandler::ProcessInvokeConnect:User agent `WIN 25,0,0,171` on connection (Far: 192.168.100.117:49239; Near: 192.168.100.219:1935) CTCP(372) <-> TCP(45) <-> [IR(46)]
1495085180:3:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:1163:BaseRTMPAppProtocolHandler::ProcessInvokePlay:NetStream.play(“mystream.sdp”,-1.000,-1.000,true) called on (Far: 192.168.100.117:49239; Near: 192.168.100.219:1935) CTCP(372) <-> TCP(45) <-> [IR(46)]
1495085180:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:391:BaseClientApplication::SignalStreamRegistered:Stream ONR(1) with name `mystream.sdp` from protocol IR(46) registered to origin application `evostreamms`
1495085180:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495085181:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085181:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085181:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495085182:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:77:TCPCarrier::OnEvent:Unable to read data from connection: (Far: 192.168.100.117:49239; Near: 192.168.100.219:1935) CTCP(372) <-> [TCP(45)] <-> IR(46). EOF encountered
1495085182:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 22->21 IOHT_TCP_CARRIER
1495085182:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:397:BaseClientApplication::SignalStreamUnRegistered:Stream ONR(1) with name `mystream.sdp` from protocol IR(46) unregistered from origin application `evostreamms`
1495085182:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(46)] unregistered from application: evostreamms
1495085182:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 21->22 IOHT_TCP_CONNECTOR
1495085183:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085183:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085183:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 22->21 IOHT_TCP_CONNECTOR
1495085221:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 21->22 IOHT_TCP_CARRIER
1495085221:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 127.0.0.1:50282; Near: 127.0.0.1:1936) CTCP(376) <-> TCP(47) <-> [IR(48)]
1495085221:3:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:962:BaseRTMPAppProtocolHandler::ProcessInvokePublish:NetStream.publish(“mystream.sdp”,”live”) called on (Far: 127.0.0.1:50282; Near: 127.0.0.1:1936) CTCP(376) <-> TCP(47) <-> [IR(48)]
1495085221:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:391:BaseClientApplication::SignalStreamRegistered:Stream INR(2) with name `mystream.sdp` from protocol IR(48) registered to origin application `evostreamms`
1495085221:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:391:BaseClientApplication::SignalStreamRegistered:Stream OFHLS(3) with name `mystream.sdp` from protocol PT(49) registered to origin application `evostreamms`
1495085221:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495085221:3:..\..\..\sources\applications\evorouter\src\application\originapplication.cpp:3515:app_evorouter::OriginApplication::ProcessAutoHLS:Auto HLS created for stream mystream.sdp in folder C:\WOWRipple\media
1495085221:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085221:2:..\..\..\sources\thelib\src\streaming\baseoutstream.cpp:469:BaseOutStream::GenericStreamCapabilitiesChanged:Audio codec AUNK not supported by stream type OFHLS
1495085221:2:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:291:BaseClientApplication::GetProtocolHandler:Protocol handler not activated for protocol type DRM in application evostreamms
1495085222:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CARRIER
1495085222:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 127.0.0.1:50285; Near: 127.0.0.1:7777) CTCP(364) <-> TCP(50) <-> IHTT(51) <-> H4C(52) <-> [IJSONCLI(53)]
1495085222:3:..\..\..\sources\applications\evorouter\src\protocols\cli\cliappprotocolhandler.cpp:1202:app_evorouter::CLIAppProtocolHandler::ProcessMessage:command: pushstream
1495085222:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:391:BaseClientApplication::SignalStreamRegistered:Stream ONTS(4) with name `mystream.sdp` from protocol PT(54) registered to origin application `evostreamms`
1495085222:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CONNECTOR
1495085222:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 26->27 IOHT_UDP_CARRIER
1495085222:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 127.0.0.1:50285; Near: 127.0.0.1:7777) CTCP(364) <-> TCP(50) <-> IHTT(51) <-> H4C(52) <-> [IJSONCLI(53)] unregistered from application: evostreamms
1495085222:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 27->26 IOHT_TCP_CARRIER
1495085222:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085222:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085222:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CONNECTOR
1495085222:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085222:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085222:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495085223:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085223:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085223:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085231:3:..\..\..\sources\thelib\src\streaming\hls\hlsplaylist.cpp:1263:HLSPlaylist::GetBandwidth:Bandwidth detected on stream mystream.sdp: 5007kb/s. Invalidating the master playlist
1495085231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085232:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085232:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085232:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085241:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085242:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085242:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085242:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085251:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085252:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085252:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085252:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085261:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085262:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085262:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085262:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085271:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085272:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085272:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085272:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085281:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085282:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085282:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085282:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085291:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085292:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085292:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085292:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085294:3:..\..\..\sources\applications\evorouter\src\protocols\cli\cliappprotocolhandler.cpp:1202:app_evorouter::CLIAppProtocolHandler::ProcessMessage:command: version
1495085298:3:..\..\..\sources\applications\evorouter\src\protocols\cli\cliappprotocolhandler.cpp:1202:app_evorouter::CLIAppProtocolHandler::ProcessMessage:command: listconfig
1495085301:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085302:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085302:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085302:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085311:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085312:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085312:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085312:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085321:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085322:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085322:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085322:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085331:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085332:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085332:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085332:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085338:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495085338:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 192.168.100.117:49247; Near: 192.168.100.219:1935) CTCP(456) <-> TCP(56) <-> [IR(57)]
1495085338:6:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:835:BaseRTMPAppProtocolHandler::ProcessInvokeConnect:User agent `WIN 25,0,0,171` on connection (Far: 192.168.100.117:49247; Near: 192.168.100.219:1935) CTCP(456) <-> TCP(56) <-> [IR(57)]
1495085338:3:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:1163:BaseRTMPAppProtocolHandler::ProcessInvokePlay:NetStream.play(“mystream.sdp”,-1.000,-1.000,true) called on (Far: 192.168.100.117:49247; Near: 192.168.100.219:1935) CTCP(456) <-> TCP(56) <-> [IR(57)]
1495085338:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:391:BaseClientApplication::SignalStreamRegistered:Stream ONR(5) with name `mystream.sdp` from protocol IR(57) registered to origin application `evostreamms`
1495085338:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495085339:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085339:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085339:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495085341:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495085342:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085342:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085342:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495085351:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495085352:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085352:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085352:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495085361:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495085362:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085362:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085362:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495085371:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495085372:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085372:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085372:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495085381:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495085382:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085382:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085382:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495085385:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:77:TCPCarrier::OnEvent:Unable to read data from connection: (Far: 192.168.100.117:49247; Near: 192.168.100.219:1935) CTCP(456) <-> [TCP(56)] <-> IR(57). EOF encountered
1495085385:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495085385:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:397:BaseClientApplication::SignalStreamUnRegistered:Stream ONR(5) with name `mystream.sdp` from protocol IR(57) unregistered from origin application `evostreamms`
1495085385:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(57)] unregistered from application: evostreamms
1495085385:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085386:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085386:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085386:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085391:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085392:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085392:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085392:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085401:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085402:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085402:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085402:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085411:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085412:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085412:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085412:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085421:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085422:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085422:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085422:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495085431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CARRIER
1495085431:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:50356) CTCP(576) <-> TCP(58) <-> OSSL(59) <-> OHTT(60) <-> [JVAR(61)]
1495085431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CONNECTOR
1495085432:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085432:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085432:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495085435:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:50356) CTCP(576) <-> TCP(58) <-> OSSL(59) <-> OHTT(60) <-> [JVAR(61)] unregistered from application: lminterface
1495085435:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495085441:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085442:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085442:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085442:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085451:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085452:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085452:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085452:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085461:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085462:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085462:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085462:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085471:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085472:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085472:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085472:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085481:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085482:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085482:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085482:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085491:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085492:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085492:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085492:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085501:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085502:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085502:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085502:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085511:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085512:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085512:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085512:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085521:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085522:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085522:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085522:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085531:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085532:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085532:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085532:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085541:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085542:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085542:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085542:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085551:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085552:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085552:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085552:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085561:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085562:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085562:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085562:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085571:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085572:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085572:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085572:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085581:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085582:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085582:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085582:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085591:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085592:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085592:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085592:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085601:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085602:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085602:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085602:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085611:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085612:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085612:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085612:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085621:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085622:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085622:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085622:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085632:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085632:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085632:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085641:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085642:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085642:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085642:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085651:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085652:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085652:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085652:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085661:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085662:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085662:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085662:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085671:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085672:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085672:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085672:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085681:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085682:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085682:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085682:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085691:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085692:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085692:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085692:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085701:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085702:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085702:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085702:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085711:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085712:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085712:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085712:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085721:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085722:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085722:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085722:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085731:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085732:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085732:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085732:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085741:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085742:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085742:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085742:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085751:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085752:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085752:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085752:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085761:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085762:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085762:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085762:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085771:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085772:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085772:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085772:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085781:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085782:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085782:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085782:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085791:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085792:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085792:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085792:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085801:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085802:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085802:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085802:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085811:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085812:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085812:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085812:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085821:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085822:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085822:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085822:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085832:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085832:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085832:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085841:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085842:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085842:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085842:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085851:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085852:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085852:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085852:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085861:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085862:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085862:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085862:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085871:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085872:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085872:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085872:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085881:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085882:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085882:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085882:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085891:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085892:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085892:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085892:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085901:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085902:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085902:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085902:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085911:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085912:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085912:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085912:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085921:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085922:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085922:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085922:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085931:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085932:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085932:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085932:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085941:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085942:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085942:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085942:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085951:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085952:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085952:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085952:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085961:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085962:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085962:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085962:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085971:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085972:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085972:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085972:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085981:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085982:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085982:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085982:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085991:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085992:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085992:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085992:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086001:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086002:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086002:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086002:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086011:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086012:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086012:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086012:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086021:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086022:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086022:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086022:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495086031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CARRIER
1495086031:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:50531) CTCP(604) <-> TCP(62) <-> OSSL(63) <-> OHTT(64) <-> [JVAR(65)]
1495086031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CONNECTOR
1495086032:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086032:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086032:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495086035:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:50531) CTCP(604) <-> TCP(62) <-> OSSL(63) <-> OHTT(64) <-> [JVAR(65)] unregistered from application: lminterface
1495086035:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495086041:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086042:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086042:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086042:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086051:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086052:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086052:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086052:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086061:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086062:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086062:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086062:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086071:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086072:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086072:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086072:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086081:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086082:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086082:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086082:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086091:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086092:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086092:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086092:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086101:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086102:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086102:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086102:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086111:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086112:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086112:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086112:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086121:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086122:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086122:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086122:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086131:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086132:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086132:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086132:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086141:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086142:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086142:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086142:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086151:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086152:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086152:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086152:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086161:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086162:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086162:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086162:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086171:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086172:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086172:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086172:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086181:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086182:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086182:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086182:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086191:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086192:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086192:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086192:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086201:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086202:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086202:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086202:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086211:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086212:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086212:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086212:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086221:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086222:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086222:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086222:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086232:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086232:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086232:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086241:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086242:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086242:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086242:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086251:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086252:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086252:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086252:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086261:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086262:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086262:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086262:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086271:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086272:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086272:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086272:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086281:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086282:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086282:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086282:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086291:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086292:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086292:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086292:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086301:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086302:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086302:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086302:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086311:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086312:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086312:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086312:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086321:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086322:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086322:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086322:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086331:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086332:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086332:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086332:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086341:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086342:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086342:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086342:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086351:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086352:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086352:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086352:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086361:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086362:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086362:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086362:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086371:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086372:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086372:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086372:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086381:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086382:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086382:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086382:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086391:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086392:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086392:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086392:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086401:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086402:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086402:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086402:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086411:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086412:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086412:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086412:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086421:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086422:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086422:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086422:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086432:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086432:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086432:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086441:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086442:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086442:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086442:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086451:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086452:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086452:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086452:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086461:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086462:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086462:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086462:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086471:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086472:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086472:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086472:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086481:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086482:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086482:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086482:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086491:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086492:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086492:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086492:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086501:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086502:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086502:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086502:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086511:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086512:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086512:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086512:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086521:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086522:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086522:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086522:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086531:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086532:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086532:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086532:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086541:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086542:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086542:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086542:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086551:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086552:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086552:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086552:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086561:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086562:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086562:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086562:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086571:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086572:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086572:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086572:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086581:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086582:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086582:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086582:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086591:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086592:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086592:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086592:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086601:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086602:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086602:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086602:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086611:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086612:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086612:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086612:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086621:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086622:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086622:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086622:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495086631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CARRIER
1495086631:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:50682) CTCP(668) <-> TCP(66) <-> OSSL(67) <-> OHTT(68) <-> [JVAR(69)]
1495086631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CONNECTOR
1495086632:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086632:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086632:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495086636:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:50682) CTCP(668) <-> TCP(66) <-> OSSL(67) <-> OHTT(68) <-> [JVAR(69)] unregistered from application: lminterface
1495086636:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495086641:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086642:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086642:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086642:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086651:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086652:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086652:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086652:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086661:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086662:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086662:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086662:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086671:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086672:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086672:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086672:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086681:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086682:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086682:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086682:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086691:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086692:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086692:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086692:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086701:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086702:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086702:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086702:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086711:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086712:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086712:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086712:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086721:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086722:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086722:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086722:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086731:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086732:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086732:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086732:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086741:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086742:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086742:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086742:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086751:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086752:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086752:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086752:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086761:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086762:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086762:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086762:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086771:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086772:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086772:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086772:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086781:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086782:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086782:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086782:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086791:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086792:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086792:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086792:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086801:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086802:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086802:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086802:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086811:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086812:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086812:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086812:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086821:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086822:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086822:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086822:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086832:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086832:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086832:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086841:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086842:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086842:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086842:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086851:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086852:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086852:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086852:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086861:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086862:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086862:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086862:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086871:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086872:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086872:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086872:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086881:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086882:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086882:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086882:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086891:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086892:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086892:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086892:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086901:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086902:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086902:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086902:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086911:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086912:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086912:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086912:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086921:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086922:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086922:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086922:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086931:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086932:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086932:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086932:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086941:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086942:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086942:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086942:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086951:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086952:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086952:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086952:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086961:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086962:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086962:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086962:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086971:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086972:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086972:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086972:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086981:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086982:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086982:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086982:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086991:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086992:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086992:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086992:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087001:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087002:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087002:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087002:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087011:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087012:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087012:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087012:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087021:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087022:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087022:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087022:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087032:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087032:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087032:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087041:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087042:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087042:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087042:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087051:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087052:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087052:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087052:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087061:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087062:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087062:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087062:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087071:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087072:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087072:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087072:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087081:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087082:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087082:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087082:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087091:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087092:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087092:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087092:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087101:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087102:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087102:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087102:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087111:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087112:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087112:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087112:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087121:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087122:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087122:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087122:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087131:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087132:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087132:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087132:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087141:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087142:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087142:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087142:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087151:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087152:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087152:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087152:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087161:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087162:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087162:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087162:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087171:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087172:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087172:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087172:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087181:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087182:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087182:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087182:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087191:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087192:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087192:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087192:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087201:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087202:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087202:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087202:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087211:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087212:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087212:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087212:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087221:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087222:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087222:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087222:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495087231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CARRIER
1495087231:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:50811) CTCP(748) <-> TCP(70) <-> OSSL(71) <-> OHTT(72) <-> [JVAR(73)]
1495087231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CONNECTOR
1495087232:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087232:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087232:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495087232:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:50811) CTCP(748) <-> TCP(70) <-> OSSL(71) <-> OHTT(72) <-> [JVAR(73)] unregistered from application: lminterface
1495087232:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495087241:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087242:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087242:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087242:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087251:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087252:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087252:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087252:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087261:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087262:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087262:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087262:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087271:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087272:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087272:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087272:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087281:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087282:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087282:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087282:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087291:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087292:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087292:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087292:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087301:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087302:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087302:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087302:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087311:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087312:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087312:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087312:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087321:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087322:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087322:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087322:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087331:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087332:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087332:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087332:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087341:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087342:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087342:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087342:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087351:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087352:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087352:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087352:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087361:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087362:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087362:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087362:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087371:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087372:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087372:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087372:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087381:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087382:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087382:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087382:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087391:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087392:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087392:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087392:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087401:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087402:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087402:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087402:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087411:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087412:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087412:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087412:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087421:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087422:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087422:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087422:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087432:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087432:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087432:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087441:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087442:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087442:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087442:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087451:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087452:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087452:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087452:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087461:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087462:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087462:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087462:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087471:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087472:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087472:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087472:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087481:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087482:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087482:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087482:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087491:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087492:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087492:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087492:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087501:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087502:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087502:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087502:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087511:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087512:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087512:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087512:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087521:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087522:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087522:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087522:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087531:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087532:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087532:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087532:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087541:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087542:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087542:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087542:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087551:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087552:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087552:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087552:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087561:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087562:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087562:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087562:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087571:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087572:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087572:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087572:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087581:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087582:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087582:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087582:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087591:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087592:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087592:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087592:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087601:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087602:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087602:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087602:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087611:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087612:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087612:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087612:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087621:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087622:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087622:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087622:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087632:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087632:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087632:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087641:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087642:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087642:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087642:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087651:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087652:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087652:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087652:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087661:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087662:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087662:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087662:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087671:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087672:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087672:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087672:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087681:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087682:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087682:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087682:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087691:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087692:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087692:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087692:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087701:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087702:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087702:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087702:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087711:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087712:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087712:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087712:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087721:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087722:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087722:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087722:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087731:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087732:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087732:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087732:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087741:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087742:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087742:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087742:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087751:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087752:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087752:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087752:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087761:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087762:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087762:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087762:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087771:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087772:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087772:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087772:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087781:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087782:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087782:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087782:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087791:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087792:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087792:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087792:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087801:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087802:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087802:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087802:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087811:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087812:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087812:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087812:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087821:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087822:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087822:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087822:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495087831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CARRIER
1495087831:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:50979) CTCP(884) <-> TCP(74) <-> OSSL(75) <-> OHTT(76) <-> [JVAR(77)]
1495087831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CONNECTOR
1495087832:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087832:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087832:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495087841:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495087842:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087842:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087842:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495087846:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:50979) CTCP(884) <-> TCP(74) <-> OSSL(75) <-> OHTT(76) <-> [JVAR(77)] unregistered from application: lminterface
1495087846:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495087851:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087852:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087852:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087852:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087861:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087862:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087862:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087862:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087871:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087872:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087872:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087872:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087881:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087882:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087882:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087882:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087891:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087892:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087892:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087892:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087901:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087902:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087902:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087902:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087911:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087912:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087912:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087912:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087921:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087922:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087922:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087922:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087931:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087932:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087932:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087932:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087941:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087942:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087942:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087942:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087951:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087952:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087952:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087952:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087961:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087962:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087962:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087962:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087971:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087972:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087972:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087972:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087981:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087982:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087982:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087982:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087991:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087992:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087992:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087992:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088001:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088002:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088002:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088002:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088011:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088012:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088012:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088012:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088021:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088022:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088022:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088022:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088032:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088032:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088032:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088041:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088042:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088042:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088042:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088051:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088052:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088052:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088052:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088061:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088062:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088062:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088062:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088071:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088072:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088072:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088072:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088081:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088082:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088082:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088082:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088091:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088092:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088092:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088092:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088101:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088102:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088102:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088102:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088111:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088112:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088112:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088112:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088121:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088122:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088122:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088122:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088131:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088132:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088132:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088132:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088141:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088142:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088142:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088142:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088151:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088152:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088152:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088152:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088161:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088162:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088162:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088162:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088171:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088172:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088172:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088172:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088181:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088182:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088182:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088182:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088191:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088192:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088192:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088192:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088201:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088202:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088202:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088202:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088211:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088212:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088212:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088212:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088221:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088222:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088222:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088222:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088232:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088232:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088232:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088241:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088242:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088242:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088242:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088251:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088252:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088252:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088252:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088261:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088262:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088262:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088262:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088271:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088272:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088272:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088272:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088281:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088282:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088282:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088282:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088291:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088292:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088292:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088292:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088301:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088302:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088302:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088302:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088311:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088312:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088312:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088312:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088321:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088322:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088322:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088322:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088331:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088332:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088332:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088332:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088341:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088342:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088342:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088342:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088351:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088352:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088352:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088352:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088361:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088362:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088362:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088362:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088371:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088372:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088372:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088372:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088381:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088382:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088382:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088382:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088391:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088392:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088392:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088392:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088401:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088402:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088402:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088402:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088411:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088412:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088412:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088412:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088421:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088422:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088422:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088422:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495088431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CARRIER
1495088431:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:51145) CTCP(916) <-> TCP(78) <-> OSSL(79) <-> OHTT(80) <-> [JVAR(81)]
1495088431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CONNECTOR
1495088432:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088432:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088432:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495088435:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:51145) CTCP(916) <-> TCP(78) <-> OSSL(79) <-> OHTT(80) <-> [JVAR(81)] unregistered from application: lminterface
1495088435:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495088441:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088442:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088442:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088442:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088451:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088452:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088452:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088452:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088461:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088462:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088462:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088462:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088471:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088472:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088472:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088472:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088481:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088482:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088482:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088482:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088491:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088492:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088492:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088492:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088501:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088502:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088502:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088502:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088511:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088512:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088512:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088512:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088521:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088522:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088522:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088522:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088531:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088532:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088532:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088532:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088541:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088542:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088542:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088542:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088551:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088552:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088552:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088552:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088561:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088562:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088562:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088562:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088571:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088572:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088572:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088572:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088581:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088582:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088582:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088582:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088591:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088592:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088592:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088592:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088601:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088602:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088602:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088602:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088611:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088612:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088612:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088612:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088621:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088622:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088622:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088622:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088632:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088632:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088632:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088641:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088642:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088642:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088642:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088651:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088652:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088652:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088652:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088661:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088662:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088662:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088662:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088671:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088672:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088672:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088672:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088681:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088682:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088682:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088682:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088691:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088692:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088692:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088692:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088701:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088702:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088702:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088702:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088711:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088712:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088712:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088712:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088721:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088722:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088722:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088722:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088731:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088732:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088732:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088732:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088741:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088742:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088742:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088742:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088751:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088752:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088752:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088752:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088761:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088762:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088762:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088762:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088771:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088772:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088772:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088772:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088781:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088782:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088782:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088782:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088791:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088792:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088792:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088792:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088801:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088802:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088802:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088802:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088811:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088812:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088812:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088812:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088821:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088822:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088822:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088822:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088832:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088832:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088832:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088841:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088842:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088842:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088842:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088851:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088852:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088852:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088852:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088861:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088862:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088862:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088862:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088871:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088872:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088872:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088872:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088881:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088882:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088882:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088882:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088891:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088892:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088892:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088892:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088901:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088902:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088902:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088902:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088911:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088912:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088912:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088912:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088921:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088922:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088922:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088922:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088931:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088932:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088932:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088932:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088941:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088942:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088942:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088942:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088951:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088952:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088952:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088952:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088961:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088962:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088962:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088962:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088971:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088972:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088972:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088972:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088981:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088982:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088982:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088982:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088991:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088992:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088992:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088992:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089001:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089002:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089002:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089002:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089011:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089012:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089012:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089012:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089021:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089022:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089022:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089022:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495089031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CARRIER
1495089031:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:51276) CTCP(932) <-> TCP(82) <-> OSSL(83) <-> OHTT(84) <-> [JVAR(85)]
1495089031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CONNECTOR
1495089032:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089032:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089032:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495089034:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:51276) CTCP(932) <-> TCP(82) <-> OSSL(83) <-> OHTT(84) <-> [JVAR(85)] unregistered from application: lminterface
1495089034:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495089041:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089042:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089042:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089042:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089051:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089052:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089052:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089052:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089061:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089062:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089062:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089062:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089071:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089072:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089072:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089072:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089081:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089082:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089082:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089082:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089091:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089092:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089092:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089092:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089101:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089102:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089102:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089102:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089111:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089112:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089112:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089112:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089121:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089122:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089122:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089122:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089131:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089132:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089132:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089132:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089141:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089142:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089142:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089142:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089151:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089152:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089152:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089152:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089161:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089162:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089162:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089162:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089171:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089172:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089172:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089172:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089181:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089182:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089182:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089182:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089191:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089192:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089192:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089192:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089201:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089202:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089202:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089202:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089211:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089212:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089212:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089212:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089221:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089222:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089222:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089222:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089232:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089232:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089232:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089241:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089242:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089242:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089242:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089251:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089252:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089252:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089252:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089261:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089262:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089262:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089262:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089271:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089272:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089272:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089272:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089281:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089282:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089282:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089282:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089291:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089292:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089292:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089292:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089301:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089302:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089302:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089302:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089311:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089312:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089312:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089312:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089321:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089322:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089322:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089322:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089331:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089332:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089332:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089332:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089339:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495089339:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 192.168.100.117:49293; Near: 192.168.100.219:1935) CTCP(564) <-> TCP(86) <-> [IR(87)]
1495089339:6:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:835:BaseRTMPAppProtocolHandler::ProcessInvokeConnect:User agent `WIN 25,0,0,171` on connection (Far: 192.168.100.117:49293; Near: 192.168.100.219:1935) CTCP(564) <-> TCP(86) <-> [IR(87)]
1495089339:3:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:1163:BaseRTMPAppProtocolHandler::ProcessInvokePlay:NetStream.play(“mystream.sdp”,-1.000,-1.000,true) called on (Far: 192.168.100.117:49293; Near: 192.168.100.219:1935) CTCP(564) <-> TCP(86) <-> [IR(87)]
1495089339:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:391:BaseClientApplication::SignalStreamRegistered:Stream ONR(6) with name `mystream.sdp` from protocol IR(87) registered to origin application `evostreamms`
1495089339:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495089340:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089340:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089340:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495089341:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495089342:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089342:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089342:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495089349:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:77:TCPCarrier::OnEvent:Unable to read data from connection: (Far: 192.168.100.117:49293; Near: 192.168.100.219:1935) CTCP(564) <-> [TCP(86)] <-> IR(87). EOF encountered
1495089349:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495089349:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:397:BaseClientApplication::SignalStreamUnRegistered:Stream ONR(6) with name `mystream.sdp` from protocol IR(87) unregistered from origin application `evostreamms`
1495089349:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(87)] unregistered from application: evostreamms
1495089349:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089350:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089350:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089350:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089351:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089352:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089352:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089352:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089361:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089362:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089362:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089362:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089371:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089372:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089372:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089372:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089381:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089382:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089382:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089382:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089391:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089392:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089392:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089392:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089401:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089402:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089402:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089402:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089411:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089412:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089412:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089412:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089421:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089422:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089422:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089422:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089432:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089432:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089432:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089441:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089442:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089442:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089442:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089451:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089452:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089452:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089452:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089461:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089462:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089462:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089462:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089471:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089472:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089472:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089472:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089481:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089482:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089482:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089482:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089491:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089492:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089492:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089492:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089501:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089502:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089502:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089502:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089511:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089512:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089512:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089512:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089521:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089522:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089522:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089522:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089531:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089532:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089532:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089532:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089541:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089542:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089542:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089542:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089551:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089552:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089552:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089552:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089561:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089562:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089562:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089562:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089571:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089572:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089572:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089572:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089581:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089582:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089582:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089582:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089591:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089592:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089592:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089592:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089601:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089602:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089602:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089602:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089611:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089612:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089612:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089612:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089621:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089622:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089622:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089622:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495089631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CARRIER
1495089631:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:51418) CTCP(900) <-> TCP(88) <-> OSSL(89) <-> OHTT(90) <-> [JVAR(91)]
1495089631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CONNECTOR
1495089632:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089632:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089632:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495089632:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:51418) CTCP(900) <-> TCP(88) <-> OSSL(89) <-> OHTT(90) <-> [JVAR(91)] unregistered from application: lminterface
1495089632:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495089639:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495089639:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 192.168.100.117:49305; Near: 192.168.100.219:1935) CTCP(964) <-> TCP(92) <-> [IR(93)]
1495089639:6:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:835:BaseRTMPAppProtocolHandler::ProcessInvokeConnect:User agent `WIN 25,0,0,171` on connection (Far: 192.168.100.117:49305; Near: 192.168.100.219:1935) CTCP(964) <-> TCP(92) <-> [IR(93)]
1495089639:3:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:1163:BaseRTMPAppProtocolHandler::ProcessInvokePlay:NetStream.play(“mystream.sdp”,-1.000,-1.000,true) called on (Far: 192.168.100.117:49305; Near: 192.168.100.219:1935) CTCP(964) <-> TCP(92) <-> [IR(93)]
1495089639:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:391:BaseClientApplication::SignalStreamRegistered:Stream ONR(7) with name `mystream.sdp` from protocol IR(93) registered to origin application `evostreamms`
1495089639:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495089640:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089640:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089640:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495089641:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495089642:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:77:TCPCarrier::OnEvent:Unable to read data from connection: (Far: 192.168.100.117:49305; Near: 192.168.100.219:1935) CTCP(964) <-> [TCP(92)] <-> IR(93). EOF encountered
1495089642:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CARRIER
1495089642:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:397:BaseClientApplication::SignalStreamUnRegistered:Stream ONR(7) with name `mystream.sdp` from protocol IR(93) unregistered from origin application `evostreamms`
1495089642:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(93)] unregistered from application: evostreamms
1495089642:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495089642:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089642:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089642:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495089643:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089643:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089643:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089651:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089652:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089652:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089652:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089661:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089662:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089662:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089662:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089671:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089672:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089672:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089672:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089681:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089682:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089682:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089682:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089691:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089692:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089692:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089692:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089701:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089702:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089702:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089702:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089711:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089712:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089712:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089712:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089721:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089722:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089722:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089722:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089731:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089732:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089732:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089732:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089741:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089742:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089742:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089742:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089751:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089752:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089752:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089752:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089757:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495089757:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 192.168.100.219:51532; Near: 192.168.100.219:1935) CTCP(848) <-> TCP(94) <-> [IR(95)]
1495089757:6:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:835:BaseRTMPAppProtocolHandler::ProcessInvokeConnect:User agent `WIN 21,0,0,182` on connection (Far: 192.168.100.219:51532; Near: 192.168.100.219:1935) CTCP(848) <-> TCP(94) <-> [IR(95)]
1495089757:3:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:1163:BaseRTMPAppProtocolHandler::ProcessInvokePlay:NetStream.play(“mystream.sdp”,-1.000,-1.000,true) called on (Far: 192.168.100.219:51532; Near: 192.168.100.219:1935) CTCP(848) <-> TCP(94) <-> [IR(95)]
1495089757:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:391:BaseClientApplication::SignalStreamRegistered:Stream ONR(8) with name `mystream.sdp` from protocol IR(95) registered to origin application `evostreamms`
1495089757:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495089758:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089758:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089758:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495089760:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495089760:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:397:BaseClientApplication::SignalStreamUnRegistered:Stream ONR(8) with name `mystream.sdp` from protocol IR(95) unregistered from origin application `evostreamms`
1495089760:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:69:TCPCarrier::OnEvent:Unable to read/write data from/to connection: (Far: 192.168.100.219:51532; Near: 192.168.100.219:1935) CTCP(848) <-> [TCP(94)] <-> IR(95). GetLastError returned: 64
1495089760:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CARRIER
1495089760:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(95)] unregistered from application: evostreamms
1495089761:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495089761:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089761:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089761:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495089762:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089762:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089762:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089771:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089772:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089772:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089772:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089781:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089782:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089782:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089782:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089791:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089792:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089792:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089792:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089801:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089802:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089802:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089802:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089811:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089812:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089812:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089812:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089821:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089822:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089822:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089822:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089832:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089832:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089832:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089841:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089842:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089842:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089842:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089851:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089852:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089852:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089852:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089861:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089862:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089862:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089862:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089871:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089872:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089872:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089872:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089881:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089882:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089882:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089882:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089891:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089892:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089892:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089892:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089901:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089902:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089902:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089902:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089908:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495089908:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 192.168.100.117:49329; Near: 192.168.100.219:1935) CTCP(892) <-> TCP(96) <-> [IR(97)]
1495089908:6:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:835:BaseRTMPAppProtocolHandler::ProcessInvokeConnect:User agent `WIN 25,0,0,171` on connection (Far: 192.168.100.117:49329; Near: 192.168.100.219:1935) CTCP(892) <-> TCP(96) <-> [IR(97)]
1495089908:3:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:1163:BaseRTMPAppProtocolHandler::ProcessInvokePlay:NetStream.play(“mystream.sdp”,-1.000,-1.000,true) called on (Far: 192.168.100.117:49329; Near: 192.168.100.219:1935) CTCP(892) <-> TCP(96) <-> [IR(97)]
1495089908:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:391:BaseClientApplication::SignalStreamRegistered:Stream ONR(9) with name `mystream.sdp` from protocol IR(97) registered to origin application `evostreamms`
1495089908:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495089909:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089909:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089909:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495089910:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:77:TCPCarrier::OnEvent:Unable to read data from connection: (Far: 192.168.100.117:49329; Near: 192.168.100.219:1935) CTCP(892) <-> [TCP(96)] <-> IR(97). EOF encountered
1495089910:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495089910:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:397:BaseClientApplication::SignalStreamUnRegistered:Stream ONR(9) with name `mystream.sdp` from protocol IR(97) unregistered from origin application `evostreamms`
1495089910:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(97)] unregistered from application: evostreamms
1495089910:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089911:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089911:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089911:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089911:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089912:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089912:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089912:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089921:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089922:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089922:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089922:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089931:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089932:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089932:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089932:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089940:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495089940:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 192.168.100.117:49374; Near: 192.168.100.219:1935) CTCP(684) <-> TCP(98) <-> [IR(99)]
1495089940:6:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:835:BaseRTMPAppProtocolHandler::ProcessInvokeConnect:User agent `WIN 25,0,0,171` on connection (Far: 192.168.100.117:49374; Near: 192.168.100.219:1935) CTCP(684) <-> TCP(98) <-> [IR(99)]
1495089940:3:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:1163:BaseRTMPAppProtocolHandler::ProcessInvokePlay:NetStream.play(“mystream.sdp”,-1.000,-1.000,true) called on (Far: 192.168.100.117:49374; Near: 192.168.100.219:1935) CTCP(684) <-> TCP(98) <-> [IR(99)]
1495089940:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:391:BaseClientApplication::SignalStreamRegistered:Stream ONR(10) with name `mystream.sdp` from protocol IR(99) registered to origin application `evostreamms`
1495089940:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495089941:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CONNECTOR
1495089941:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089941:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089941:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CONNECTOR
1495089942:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089942:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089942:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495089942:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:77:TCPCarrier::OnEvent:Unable to read data from connection: (Far: 192.168.100.117:49374; Near: 192.168.100.219:1935) CTCP(684) <-> [TCP(98)] <-> IR(99). EOF encountered
1495089942:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495089942:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:397:BaseClientApplication::SignalStreamUnRegistered:Stream ONR(10) with name `mystream.sdp` from protocol IR(99) unregistered from origin application `evostreamms`
1495089942:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(99)] unregistered from application: evostreamms
1495089942:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089943:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089943:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089943:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089951:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089952:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089952:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089952:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089961:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089962:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089962:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089962:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089971:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089972:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089972:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089972:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089981:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089982:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089982:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089982:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089991:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089992:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089992:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089992:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090001:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090002:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090002:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090002:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090011:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090012:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090012:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090012:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090021:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090022:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090022:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090022:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090032:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090032:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090032:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090041:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090042:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090042:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090042:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090051:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090052:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090052:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090052:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090061:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090062:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090062:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090062:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090071:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090072:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090072:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090072:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090081:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090082:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090082:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090082:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090091:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090092:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090092:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090092:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090101:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090102:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090102:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090102:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090111:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090112:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090112:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090112:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090121:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090122:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090122:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090122:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090131:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090132:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090132:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090132:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090141:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090142:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090142:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090142:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090151:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090152:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090152:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090152:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090161:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090162:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090162:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090162:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090171:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090172:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090172:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090172:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090181:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090182:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090182:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090182:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090191:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090192:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090192:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090192:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090195:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495090195:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 192.168.100.219:51687; Near: 192.168.100.219:1935) CTCP(856) <-> TCP(100) <-> [IR(101)]
1495090195:6:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:835:BaseRTMPAppProtocolHandler::ProcessInvokeConnect:User agent `WIN 21,0,0,182` on connection (Far: 192.168.100.219:51687; Near: 192.168.100.219:1935) CTCP(856) <-> TCP(100) <-> [IR(101)]
1495090195:3:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:1163:BaseRTMPAppProtocolHandler::ProcessInvokePlay:NetStream.play(“mystream.sdp”,-1.000,-1.000,true) called on (Far: 192.168.100.219:51687; Near: 192.168.100.219:1935) CTCP(856) <-> TCP(100) <-> [IR(101)]
1495090195:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:391:BaseClientApplication::SignalStreamRegistered:Stream ONR(11) with name `mystream.sdp` from protocol IR(101) registered to origin application `evostreamms`
1495090195:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495090196:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090196:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090196:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495090198:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495090198:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:397:BaseClientApplication::SignalStreamUnRegistered:Stream ONR(11) with name `mystream.sdp` from protocol IR(101) unregistered from origin application `evostreamms`
1495090198:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:69:TCPCarrier::OnEvent:Unable to read/write data from/to connection: (Far: 192.168.100.219:51687; Near: 192.168.100.219:1935) CTCP(856) <-> [TCP(100)] <-> IR(101). GetLastError returned: 64
1495090198:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CARRIER
1495090198:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(101)] unregistered from application: evostreamms
1495090199:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090199:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090199:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090201:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090202:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090202:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090202:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090211:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090212:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090212:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090212:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090221:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090222:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090222:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090222:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495090231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CARRIER
1495090231:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:51713) CTCP(676) <-> TCP(102) <-> OSSL(103) <-> OHTT(104) <-> [JVAR(105)]
1495090231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CONNECTOR
1495090232:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090232:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090232:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495090235:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:51713) CTCP(676) <-> TCP(102) <-> OSSL(103) <-> OHTT(104) <-> [JVAR(105)] unregistered from application: lminterface
1495090235:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495090241:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090242:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090242:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090242:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090251:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090252:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090252:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090252:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090261:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090262:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090262:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090262:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090271:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090272:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090272:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090272:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090281:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090282:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090282:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090282:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090291:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090292:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090292:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090292:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090301:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090302:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090302:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090302:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090311:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090312:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090312:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090312:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090321:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090322:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090322:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090322:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090331:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090332:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090332:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090332:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090341:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090342:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090342:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090342:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090351:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090352:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090352:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090352:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090361:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090362:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090362:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090362:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090371:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090372:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090372:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090372:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090381:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090382:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090382:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090382:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090391:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090392:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090392:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090392:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090401:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090402:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090402:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090402:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090411:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090412:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090412:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090412:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090421:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090422:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090422:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090422:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090432:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090432:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090432:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090441:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090442:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090442:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090442:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090451:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090452:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090452:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090452:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090461:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090462:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090462:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090462:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090471:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090472:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090472:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090472:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090481:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090482:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090482:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090482:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090491:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090492:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090492:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090492:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090501:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090502:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090502:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090502:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090511:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090512:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090512:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090512:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090521:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090522:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090522:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090522:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090531:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090532:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090532:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090532:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090541:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090542:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090542:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090542:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090551:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090552:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090552:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090552:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090561:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090562:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090562:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090562:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090571:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090572:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090572:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090572:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090581:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090582:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090582:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090582:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090591:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090592:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090592:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090592:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090601:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090602:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090602:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090602:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090611:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090612:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090612:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090612:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090621:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090622:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090622:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090622:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090632:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090632:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090632:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090641:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090642:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090642:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090642:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090651:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090652:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090652:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090652:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090661:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090662:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090662:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090662:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090671:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090672:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090672:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090672:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090681:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090682:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090682:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090682:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090691:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090692:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090692:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090692:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090701:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090702:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090702:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090702:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090711:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090712:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090712:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090712:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090721:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090722:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090722:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090722:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090731:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090732:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090732:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090732:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090741:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090742:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090742:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090742:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090751:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090752:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090752:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090752:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090761:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090762:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090762:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090762:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090771:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090772:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090772:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090772:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090781:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090782:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090782:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090782:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090791:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090792:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090792:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090792:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090801:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090802:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090802:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090802:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090811:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090812:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090812:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090812:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090821:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090822:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090822:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090822:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495090831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CARRIER
1495090831:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:51914) CTCP(900) <-> TCP(106) <-> OSSL(107) <-> OHTT(108) <-> [JVAR(109)]
1495090831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CONNECTOR
1495090832:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090832:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090832:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495090832:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:51914) CTCP(900) <-> TCP(106) <-> OSSL(107) <-> OHTT(108) <-> [JVAR(109)] unregistered from application: lminterface
1495090832:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495090841:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090842:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090842:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090842:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090851:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090852:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090852:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090852:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090861:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090862:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090862:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090862:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090871:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090872:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090872:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090872:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090881:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090882:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090882:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090882:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090891:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090892:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090892:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090892:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090901:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090902:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090902:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090902:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090911:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090912:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090912:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090912:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090921:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090922:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090922:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090922:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090931:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090932:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090932:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090932:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090941:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090942:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090942:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090942:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090951:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090952:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090952:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090952:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090961:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090962:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090962:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090962:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090971:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090972:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090972:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090972:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090981:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090982:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090982:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090982:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090991:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090992:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090992:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090992:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091001:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091002:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091002:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091002:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091011:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091012:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091012:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091012:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091021:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091022:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091022:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091022:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091032:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091032:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091032:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091041:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091042:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091042:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091042:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091051:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091052:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091052:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091052:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091061:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091062:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091062:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091062:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091071:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091072:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091072:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091072:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091081:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091082:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091082:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091082:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091091:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091092:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091092:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091092:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091101:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091102:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091102:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091102:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091111:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091112:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091112:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091112:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091121:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091122:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091122:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091122:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091131:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091132:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091132:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091132:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091141:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091142:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091142:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091142:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091151:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091152:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091152:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091152:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091161:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091162:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091162:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091162:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091171:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091172:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091172:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091172:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091181:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091182:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091182:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091182:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091191:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091192:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091192:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091192:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091201:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091202:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091202:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091202:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091211:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091212:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091212:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091212:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091221:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091222:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091222:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091222:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091232:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091232:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091232:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091241:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091242:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091242:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091242:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091251:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091252:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091252:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091252:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091261:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091262:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091262:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091262:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091271:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091272:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091272:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091272:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091281:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091282:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091282:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091282:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091291:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091292:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091292:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091292:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091301:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091302:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091302:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091302:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091311:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091312:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091312:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091312:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091321:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091322:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091322:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091322:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091331:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091332:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091332:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091332:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091341:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091342:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091342:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091342:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091351:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091352:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091352:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091352:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091361:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091362:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091362:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091362:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091371:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091372:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091372:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091372:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091381:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091382:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091382:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091382:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091391:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091392:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091392:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091392:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091401:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091402:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091402:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091402:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091411:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091412:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091412:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091412:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091421:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091422:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091422:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091422:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495091431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CARRIER
1495091431:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:52229) CTCP(948) <-> TCP(110) <-> OSSL(111) <-> OHTT(112) <-> [JVAR(113)]
1495091431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CONNECTOR
1495091432:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091432:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091432:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495091434:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:52229) CTCP(948) <-> TCP(110) <-> OSSL(111) <-> OHTT(112) <-> [JVAR(113)] unregistered from application: lminterface
1495091434:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495091441:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091442:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091442:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091442:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091451:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091452:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091452:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091452:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091461:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091462:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091462:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091462:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091471:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091472:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091472:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091472:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091481:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091482:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091482:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091482:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091491:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091492:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091492:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091492:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091501:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091502:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091502:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091502:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091511:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091512:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091512:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091512:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091521:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091522:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091522:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091522:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091531:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091532:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091532:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091532:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091541:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091542:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091542:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091542:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091551:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091552:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091552:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091552:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091561:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091562:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091562:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091562:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091571:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091572:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091572:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091572:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091581:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091582:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091582:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091582:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091591:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091592:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091592:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091592:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091601:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091602:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091602:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091602:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091611:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091612:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091612:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091612:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091621:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091622:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091622:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091622:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091632:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091632:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091632:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091641:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091642:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091642:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091642:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091651:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091652:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091652:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091652:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091661:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091662:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091662:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091662:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091671:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091672:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091672:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091672:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091681:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091682:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091682:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091682:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091691:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091692:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091692:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091692:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091701:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091702:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091702:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091702:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091711:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091712:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091712:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091712:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091721:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091722:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091722:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091722:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091731:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091732:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091732:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091732:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091741:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091742:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091742:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091742:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091751:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091752:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091752:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091752:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091761:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091762:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091762:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091762:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091771:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091772:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091772:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091772:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091781:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091782:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091782:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091782:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091791:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091792:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091792:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091792:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091801:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091802:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091802:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091802:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091811:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091812:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091812:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091812:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091813:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495091813:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 192.168.100.117:49398; Near: 192.168.100.219:1935) CTCP(1020) <-> TCP(114) <-> [IR(115)]
1495091813:6:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:835:BaseRTMPAppProtocolHandler::ProcessInvokeConnect:User agent `WIN 25,0,0,171` on connection (Far: 192.168.100.117:49398; Near: 192.168.100.219:1935) CTCP(1020) <-> TCP(114) <-> [IR(115)]
1495091813:3:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:1163:BaseRTMPAppProtocolHandler::ProcessInvokePlay:NetStream.play(“mystream.sdp”,-1.000,-1.000,true) called on (Far: 192.168.100.117:49398; Near: 192.168.100.219:1935) CTCP(1020) <-> TCP(114) <-> [IR(115)]
1495091813:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:391:BaseClientApplication::SignalStreamRegistered:Stream ONR(12) with name `mystream.sdp` from protocol IR(115) registered to origin application `evostreamms`
1495091813:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495091814:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091814:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091814:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495091821:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495091822:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091822:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091822:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495091831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495091832:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091832:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091832:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495091841:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495091842:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091842:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091842:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495091851:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495091852:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091852:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091852:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495091861:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495091862:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091862:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091862:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495091871:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495091872:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091872:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091872:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495091881:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495091882:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091882:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091882:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495091891:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495091892:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091892:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091892:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495091893:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:77:TCPCarrier::OnEvent:Unable to read data from connection: (Far: 192.168.100.117:49398; Near: 192.168.100.219:1935) CTCP(1020) <-> [TCP(114)] <-> IR(115). EOF encountered
1495091893:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495091893:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:397:BaseClientApplication::SignalStreamUnRegistered:Stream ONR(12) with name `mystream.sdp` from protocol IR(115) unregistered from origin application `evostreamms`
1495091893:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(115)] unregistered from application: evostreamms
1495091893:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091894:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091894:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091894:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091898:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091898:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:397:BaseClientApplication::SignalStreamUnRegistered:Stream OFHLS(3) with name `mystream.sdp` from protocol PT(49) unregistered from origin application `evostreamms`
1495091898:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [PT(49)] unregistered from application: evostreamms
1495091898:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:397:BaseClientApplication::SignalStreamUnRegistered:Stream ONTS(4) with name `mystream.sdp` from protocol PT(54) unregistered from origin application `evostreamms`
1495091898:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [PT(54)] unregistered from application: evostreamms
1495091898:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495091898:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:397:BaseClientApplication::SignalStreamUnRegistered:Stream INR(2) with name `mystream.sdp` from protocol IR(48) unregistered from origin application `evostreamms`
1495091898:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:102:TCPCarrier::OnEvent:Unable to read data from connection: (Far: 127.0.0.1:50282; Near: 127.0.0.1:1936) CTCP(376) <-> [TCP(47)] <-> IR(48). WSAGetLastError returned: 10054
1495091898:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CARRIER
1495091898:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(48)] unregistered from application: evostreamms
1495091898:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495091898:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CONNECTOR
1495091898:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_UDP_CARRIER
1495091898:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CARRIER
1495091898:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 127.0.0.1:52360; Near: 127.0.0.1:1936) CTCP(372) <-> TCP(116) <-> [IR(117)]
1495091898:3:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:962:BaseRTMPAppProtocolHandler::ProcessInvokePublish:NetStream.publish(“mystream.sdp”,”live”) called on (Far: 127.0.0.1:52360; Near: 127.0.0.1:1936) CTCP(372) <-> TCP(116) <-> [IR(117)]
1495091898:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:391:BaseClientApplication::SignalStreamRegistered:Stream INR(13) with name `mystream.sdp` from protocol IR(117) registered to origin application `evostreamms`
1495091898:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:391:BaseClientApplication::SignalStreamRegistered:Stream OFHLS(14) with name `mystream.sdp` from protocol PT(118) registered to origin application `evostreamms`
1495091898:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 26->27 IOHT_TCP_CONNECTOR
1495091898:3:..\..\..\sources\applications\evorouter\src\application\originapplication.cpp:3515:app_evorouter::OriginApplication::ProcessAutoHLS:Auto HLS created for stream mystream.sdp in folder C:\WOWRipple\media
1495091898:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 27->28 IOHT_TCP_CONNECTOR
1495091898:2:..\..\..\sources\thelib\src\streaming\baseoutstream.cpp:469:BaseOutStream::GenericStreamCapabilitiesChanged:Audio codec AUNK not supported by stream type OFHLS
1495091898:2:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:291:BaseClientApplication::GetProtocolHandler:Protocol handler not activated for protocol type DRM in application evostreamms
1495091899:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091899:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091899:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 28->27 IOHT_TCP_CONNECTOR
1495091899:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091899:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091899:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 27->26 IOHT_TCP_CONNECTOR
1495091899:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091899:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091899:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CONNECTOR
1495091899:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091899:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091899:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495091899:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091899:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091899:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091899:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091899:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091899:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495091908:3:..\..\..\sources\thelib\src\streaming\hls\hlsplaylist.cpp:1263:HLSPlaylist::GetBandwidth:Bandwidth detected on stream mystream.sdp: 5007kb/s. Invalidating the master playlist
1495091908:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495091909:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091909:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091909:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495091918:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495091919:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091919:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091919:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495091928:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495091929:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091929:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091929:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495091938:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495091939:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091939:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091939:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495091948:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495091949:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091949:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091949:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495091958:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495091959:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091959:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091959:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495091968:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495091969:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091969:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091969:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495091978:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495091979:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091979:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091979:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495091988:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495091989:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091989:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091989:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495091998:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495091999:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091999:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091999:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092008:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092009:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092009:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092009:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092018:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092019:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092019:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092019:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092028:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092029:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092029:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092029:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495092031:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:52400) CTCP(840) <-> TCP(119) <-> OSSL(120) <-> OHTT(121) <-> [JVAR(122)]
1495092031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495092033:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:52400) CTCP(840) <-> TCP(119) <-> OSSL(120) <-> OHTT(121) <-> [JVAR(122)] unregistered from application: lminterface
1495092033:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CARRIER
1495092038:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092039:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092039:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092039:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092048:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092049:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092049:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092049:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092058:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092059:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092059:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092059:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092068:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092069:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092069:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092069:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092078:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092079:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092079:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092079:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092088:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092089:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092089:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092089:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092098:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092099:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092099:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092099:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092108:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092109:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092109:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092109:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092118:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092119:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092119:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092119:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092128:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092129:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092129:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092129:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092138:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092139:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092139:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092139:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092148:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092149:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092149:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092149:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092158:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092159:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092159:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092159:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092168:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092169:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092169:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092169:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092178:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092179:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092179:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092179:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092188:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092189:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092189:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092189:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092198:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092199:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092199:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092199:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092208:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092209:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092209:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092209:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092218:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092219:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092219:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092219:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092228:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092229:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092229:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092229:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092238:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092239:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092239:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092239:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092248:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092249:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092249:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092249:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092258:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092259:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092259:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092259:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092268:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092269:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092269:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092269:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092278:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092279:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092279:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092279:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092288:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092289:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092289:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092289:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092298:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092299:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092299:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092299:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092308:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092309:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092309:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092309:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092318:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092319:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092319:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092319:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092328:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092329:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092329:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092329:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092338:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092339:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092339:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092339:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092348:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092349:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092349:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092349:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092358:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092359:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092359:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092359:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092368:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092369:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092369:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092369:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092378:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092379:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092379:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092379:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092388:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092389:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092389:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092389:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092398:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092399:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092399:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092399:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092408:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092409:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092409:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092409:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092418:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092419:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092419:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092419:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092428:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092429:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092429:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092429:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092438:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092439:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092439:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092439:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092448:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092449:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092449:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092449:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092458:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092459:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092459:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092459:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092468:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092469:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092469:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092469:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092478:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092479:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092479:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092479:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092488:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092489:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092489:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092489:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092498:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092499:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092499:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092499:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092508:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092509:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092509:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092509:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092518:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092519:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092519:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092519:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092528:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092529:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092529:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092529:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092538:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092539:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092539:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092539:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092548:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092549:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092549:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092549:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092558:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092559:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092559:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092559:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092568:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092569:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092569:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092569:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092578:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092579:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092579:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092579:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092588:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092589:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092589:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092589:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092598:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092599:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092599:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092599:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092608:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092609:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092609:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092609:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092618:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092619:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092619:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092619:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092628:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092629:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092629:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092629:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495092631:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:52591) CTCP(800) <-> TCP(123) <-> OSSL(124) <-> OHTT(125) <-> [JVAR(126)]
1495092631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495092632:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:52591) CTCP(800) <-> TCP(123) <-> OSSL(124) <-> OHTT(125) <-> [JVAR(126)] unregistered from application: lminterface
1495092632:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CARRIER
1495092638:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092639:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092639:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092639:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092648:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092649:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092649:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092649:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092658:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092659:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092659:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092659:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092668:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092669:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092669:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092669:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092678:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092679:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092679:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092679:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092688:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092689:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092689:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092689:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092698:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092699:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092699:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092699:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092708:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092709:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092709:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092709:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092718:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092719:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092719:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092719:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092728:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092729:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092729:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092729:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092738:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092739:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092739:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092739:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092748:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092749:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092749:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092749:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092758:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092759:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092759:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092759:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092768:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092769:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092769:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092769:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092778:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092779:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092779:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092779:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092788:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092789:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092789:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092789:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092798:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092799:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092799:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092799:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092808:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092809:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092809:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092809:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092818:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092819:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092819:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092819:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092828:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092829:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092829:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092829:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092838:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092839:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092839:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092839:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092848:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092849:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092849:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092849:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092858:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092859:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092859:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092859:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092868:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092869:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092869:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092869:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092878:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092879:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092879:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092879:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092888:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092889:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092889:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092889:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092898:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092899:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092899:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092899:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092908:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092909:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092909:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092909:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092918:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092919:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092919:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092919:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092928:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092929:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092929:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092929:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092938:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092939:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092939:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092939:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092948:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092949:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092949:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092949:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092958:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092959:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092959:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092959:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092968:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092969:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092969:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092969:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092978:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092979:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092979:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092979:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092988:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092989:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092989:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092989:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092998:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092999:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092999:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092999:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093008:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093009:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093009:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093009:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093018:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093019:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093019:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093019:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093028:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093029:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093029:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093029:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093038:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093039:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093039:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093039:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093048:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093049:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093049:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093049:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093058:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093059:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093059:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093059:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093068:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093069:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093069:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093069:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093078:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093079:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093079:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093079:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093088:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093089:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093089:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093089:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093098:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093099:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093099:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093099:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093108:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093109:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093109:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093109:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093118:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093119:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093119:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093119:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093128:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093129:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093129:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093129:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093138:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093139:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093139:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093139:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093148:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093149:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093149:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093149:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093158:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093159:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093159:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093159:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093168:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093169:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093169:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093169:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093178:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093179:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093179:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093179:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093188:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093189:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093189:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093189:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093198:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093199:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093199:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093199:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093208:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093209:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093209:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093209:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093218:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093219:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093219:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093219:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093228:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093229:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093229:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093229:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495093231:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:52728) CTCP(704) <-> TCP(127) <-> OSSL(128) <-> OHTT(129) <-> [JVAR(130)]
1495093231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495093232:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:52728) CTCP(704) <-> TCP(127) <-> OSSL(128) <-> OHTT(129) <-> [JVAR(130)] unregistered from application: lminterface
1495093232:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CARRIER
1495093238:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093239:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093239:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093239:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093248:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093249:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093249:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093249:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093258:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093259:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093259:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093259:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093268:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093269:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093269:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093269:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093278:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093279:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093279:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093279:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093288:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093289:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093289:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093289:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093298:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093299:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093299:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093299:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093308:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093309:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093309:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093309:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093318:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093319:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093319:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093319:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093328:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093329:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093329:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093329:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093338:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093339:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093339:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093339:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093348:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093349:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093349:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093349:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093358:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093359:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093359:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093359:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093368:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093369:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093369:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093369:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093378:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093379:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093379:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093379:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093388:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093389:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093389:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093389:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093398:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093399:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093399:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093399:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093408:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093409:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093409:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093409:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093418:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093419:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093419:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093419:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093428:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093429:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093429:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093429:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093438:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093439:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093439:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093439:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093448:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093449:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093449:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093449:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093458:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093459:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093459:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093459:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093468:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093469:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093469:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093469:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093478:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093479:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093479:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093479:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093488:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093489:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093489:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093489:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093498:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093499:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093499:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093499:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093508:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093509:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093509:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093509:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093518:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093519:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093519:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093519:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093528:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093529:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093529:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093529:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093538:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093539:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093539:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093539:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093548:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093549:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093549:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093549:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093558:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093559:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093559:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093559:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093568:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093569:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093569:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093569:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093578:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093579:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093579:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093579:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093588:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093589:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093589:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093589:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093598:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093599:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093599:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093599:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093608:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093609:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093609:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093609:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093618:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093619:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093619:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093619:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093628:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093629:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093629:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093629:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093638:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093639:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093639:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093639:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093648:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093649:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093649:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093649:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093658:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093659:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093659:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093659:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093668:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093669:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093669:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093669:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093678:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093679:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093679:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093679:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093688:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093689:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093689:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093689:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093698:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093699:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093699:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093699:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093708:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093709:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093709:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093709:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093718:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093719:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093719:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093719:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093728:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093729:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093729:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093729:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093738:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093739:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093739:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093739:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093748:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093749:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093749:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093749:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093758:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093759:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093759:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093759:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093768:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093769:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093769:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093769:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093778:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093779:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093779:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093779:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093788:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093789:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093789:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093789:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093798:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093799:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093799:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093799:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093808:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093809:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093809:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093809:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093818:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093819:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093819:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093819:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093828:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093829:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093829:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093829:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495093831:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:52878) CTCP(704) <-> TCP(131) <-> OSSL(132) <-> OHTT(133) <-> [JVAR(134)]
1495093831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495093832:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:52878) CTCP(704) <-> TCP(131) <-> OSSL(132) <-> OHTT(133) <-> [JVAR(134)] unregistered from application: lminterface
1495093832:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CARRIER
1495093838:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093839:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093839:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093839:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093848:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093849:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093849:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093849:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093858:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093859:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093859:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093859:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093868:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093869:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093869:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093869:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093878:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093879:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093879:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093879:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093888:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093889:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093889:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093889:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093898:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093899:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093899:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093899:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093908:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093909:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093909:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093909:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093918:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093919:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093919:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093919:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093928:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093929:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093929:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093929:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093938:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093939:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093939:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093939:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093948:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093949:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093949:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093949:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093958:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093959:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093959:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093959:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093968:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093969:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093969:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093969:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093978:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093979:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093979:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093979:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093988:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093989:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093989:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093989:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093998:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093999:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093999:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093999:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094008:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094009:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094009:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094009:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094018:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094019:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094019:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094019:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094028:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094029:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094029:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094029:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094038:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094039:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094039:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094039:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094048:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094049:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094049:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094049:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094058:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094059:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094059:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094059:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094068:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094069:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094069:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094069:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094078:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094079:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094079:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094079:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094088:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094089:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094089:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094089:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094098:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094099:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094099:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094099:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094108:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094109:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094109:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094109:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094118:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094119:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094119:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094119:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094128:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094129:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094129:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094129:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094138:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094139:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094139:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094139:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094148:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094149:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094149:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094149:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094158:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094159:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094159:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094159:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094168:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094169:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094169:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094169:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094178:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094179:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094179:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094179:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094188:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094189:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094189:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094189:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094198:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094199:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094199:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094199:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094208:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094209:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094209:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094209:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094218:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094219:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094219:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094219:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094228:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094229:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094229:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094229:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094238:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094239:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094239:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094239:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094248:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094249:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094249:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094249:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094258:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094259:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094259:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094259:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094268:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094269:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094269:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094269:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094278:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094279:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094279:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094279:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094288:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094289:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094289:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094289:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094298:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094299:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094299:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094299:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094308:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094309:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094309:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094309:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094318:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094319:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094319:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094319:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094328:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094329:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094329:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094329:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094338:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094339:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094339:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094339:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094348:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094349:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094349:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094349:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094358:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094359:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094359:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094359:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094368:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094369:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094369:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094369:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094378:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094379:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094379:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094379:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094388:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094389:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094389:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094389:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094398:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094399:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094399:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094399:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094408:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094409:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094409:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094409:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094418:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094419:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094419:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094419:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094428:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094429:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094429:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094429:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495094431:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:53015) CTCP(724) <-> TCP(135) <-> OSSL(136) <-> OHTT(137) <-> [JVAR(138)]
1495094431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495094432:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:53015) CTCP(724) <-> TCP(135) <-> OSSL(136) <-> OHTT(137) <-> [JVAR(138)] unregistered from application: lminterface
1495094432:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CARRIER
1495094438:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094439:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094439:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094439:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094448:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094449:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094449:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094449:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094458:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094459:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094459:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094459:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094468:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094469:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094469:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094469:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094478:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094479:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094479:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094479:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094488:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094489:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094489:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094489:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094498:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094499:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094499:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094499:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094508:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094509:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094509:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094509:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094518:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094519:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094519:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094519:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094528:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094529:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094529:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094529:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094538:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094539:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094539:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094539:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094548:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094549:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094549:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094549:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094558:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094559:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094559:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094559:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094568:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094569:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094569:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094569:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094578:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094579:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094579:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094579:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094588:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094589:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094589:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094589:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094598:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094599:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094599:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094599:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094608:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094609:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094609:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094609:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094618:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094619:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094619:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094619:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094628:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094629:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094629:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094629:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094638:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094639:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094639:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094639:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094648:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094649:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094649:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094649:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094658:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094659:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094659:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094659:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094668:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094669:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094669:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094669:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094678:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094679:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094679:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094679:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094688:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094689:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094689:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094689:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094698:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094699:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094699:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094699:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094708:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094709:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094709:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094709:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094718:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094719:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094719:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094719:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094728:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094729:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094729:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094729:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094738:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094739:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094739:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094739:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094748:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094749:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094749:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094749:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094758:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094759:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094759:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094759:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094768:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094769:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094769:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094769:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094778:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094779:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094779:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094779:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094788:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094789:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094789:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094789:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094798:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094799:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094799:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094799:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094808:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094809:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094809:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094809:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094818:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094819:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094819:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094819:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094828:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094829:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094829:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094829:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094838:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094839:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094839:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094839:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094848:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094849:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094849:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094849:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094858:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094859:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094859:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094859:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094868:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094869:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094869:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094869:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094878:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094879:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094879:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094879:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094888:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094889:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094889:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094889:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094898:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094899:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094899:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094899:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094908:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094909:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094909:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094909:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094918:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094919:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094919:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094919:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094928:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094929:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094929:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094929:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094938:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094939:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094939:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094939:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094948:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094949:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094949:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094949:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094958:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094959:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094959:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094959:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094968:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094969:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094969:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094969:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094978:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094979:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094979:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094979:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094988:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094989:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094989:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094989:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094998:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094999:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094999:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094999:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095008:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095009:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095009:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095009:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095018:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095019:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095019:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095019:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095028:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095029:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095029:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095029:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495095031:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:53157) CTCP(660) <-> TCP(139) <-> OSSL(140) <-> OHTT(141) <-> [JVAR(142)]
1495095031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495095032:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:53157) CTCP(660) <-> TCP(139) <-> OSSL(140) <-> OHTT(141) <-> [JVAR(142)] unregistered from application: lminterface
1495095032:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CARRIER
1495095038:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095039:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095039:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095039:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095048:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095049:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095049:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095049:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095058:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095059:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095059:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095059:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095068:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095069:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095069:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095069:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095078:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095079:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095079:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095079:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095088:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095089:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095089:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095089:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095098:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095099:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095099:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095099:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095108:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095109:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095109:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095109:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095118:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095119:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095119:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095119:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095128:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095129:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095129:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095129:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095138:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095139:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095139:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095139:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095148:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095149:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095149:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095149:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095158:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095159:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095159:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095159:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095168:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095169:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095169:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095169:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095178:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095179:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095179:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095179:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095188:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095189:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095189:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095189:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095198:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095199:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095199:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095199:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095208:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095209:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095209:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095209:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095218:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095219:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095219:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095219:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095228:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095229:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095229:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095229:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095238:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095239:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095239:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095239:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095248:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095249:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095249:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095249:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095258:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095259:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095259:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095259:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095268:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095269:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095269:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095269:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095278:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095279:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095279:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095279:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095288:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095289:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095289:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095289:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095298:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095299:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095299:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095299:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095308:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095309:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095309:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095309:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095318:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095319:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095319:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095319:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095328:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095329:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095329:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095329:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095338:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095339:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095339:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095339:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095348:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095349:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095349:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095349:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095358:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095359:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095359:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095359:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095368:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095369:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095369:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095369:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095378:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095379:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095379:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095379:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095388:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095389:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095389:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095389:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095398:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095399:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095399:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095399:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095408:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095409:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095409:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095409:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095418:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095419:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095419:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095419:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095428:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095429:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095429:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095429:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095438:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095439:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095439:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095439:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095448:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095449:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095449:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095449:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095458:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095459:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095459:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095459:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095468:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095469:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095469:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095469:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095478:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095479:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095479:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095479:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095488:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095489:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095489:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095489:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095498:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095499:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095499:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095499:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095508:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095509:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095509:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095509:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095518:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095519:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095519:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095519:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095528:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095529:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095529:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095529:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095538:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095539:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095539:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095539:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095548:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095549:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095549:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095549:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095558:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095559:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095559:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095559:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095568:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095569:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095569:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095569:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095578:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095579:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095579:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095579:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095588:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095589:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095589:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095589:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095598:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095599:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095599:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095599:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095608:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095609:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095609:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095609:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095618:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095619:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095619:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095619:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095628:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095629:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095629:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095629:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495095631:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:53302) CTCP(516) <-> TCP(143) <-> OSSL(144) <-> OHTT(145) <-> [JVAR(146)]
1495095631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495095632:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:53302) CTCP(516) <-> TCP(143) <-> OSSL(144) <-> OHTT(145) <-> [JVAR(146)] unregistered from application: lminterface
1495095632:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CARRIER
1495095638:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095639:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095639:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095639:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095648:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095649:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095649:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095649:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095658:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095659:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095659:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095659:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095668:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095669:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095669:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095669:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095678:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095679:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095679:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095679:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095688:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095689:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095689:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095689:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095698:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095699:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095699:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095699:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095708:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095709:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095709:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095709:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095718:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095719:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095719:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095719:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095728:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095729:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095729:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095729:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095738:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095739:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095739:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095739:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095748:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095749:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095749:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095749:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095758:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095759:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095759:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095759:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095768:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095769:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095769:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095769:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095778:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095779:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095779:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095779:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095788:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095789:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095789:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095789:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095798:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095799:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095799:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095799:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095808:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095809:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095809:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095809:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095818:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095819:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095819:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095819:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095828:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095829:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095829:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095829:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095838:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095839:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095839:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095839:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095848:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095849:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095849:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095849:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095858:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095859:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095859:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095859:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095868:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095869:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095869:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095869:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095878:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095879:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095879:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095879:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095888:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095889:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095889:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095889:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095898:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095899:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095899:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095899:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095908:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095909:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095909:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095909:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095918:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095919:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095919:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095919:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095928:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095929:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095929:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095929:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095938:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095939:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095939:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095939:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095948:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095949:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095949:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095949:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095958:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095959:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095959:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095959:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095968:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095969:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095969:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095969:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095978:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095979:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095979:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095979:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095988:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095989:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095989:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095989:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095998:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095999:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095999:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095999:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096008:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096009:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096009:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096009:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096018:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096019:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096019:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096019:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096028:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096029:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096029:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096029:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096038:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096039:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096039:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096039:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096048:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096049:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096049:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096049:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096058:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096059:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096059:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096059:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096068:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096069:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096069:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096069:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096078:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096079:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096079:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096079:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096088:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096089:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096089:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096089:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096098:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096099:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096099:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096099:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096108:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096109:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096109:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096109:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096118:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096119:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096119:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096119:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096128:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096129:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096129:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096129:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096138:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096139:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096139:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096139:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096148:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096149:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096149:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096149:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096158:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096159:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096159:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096159:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096168:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096169:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096169:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096169:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096178:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096179:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096179:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096179:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096188:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096189:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096189:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096189:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096198:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096199:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096199:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096199:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096208:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096209:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096209:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096209:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096218:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096219:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096219:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096219:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096228:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096229:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096229:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096229:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495096231:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:53450) CTCP(512) <-> TCP(147) <-> OSSL(148) <-> OHTT(149) <-> [JVAR(150)]
1495096231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495096232:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:53450) CTCP(512) <-> TCP(147) <-> OSSL(148) <-> OHTT(149) <-> [JVAR(150)] unregistered from application: lminterface
1495096232:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CARRIER
1495096238:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096239:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096239:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096239:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096248:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096249:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096249:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096249:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096258:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096259:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096259:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096259:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096268:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096269:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096269:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096269:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096278:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096279:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096279:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096279:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096288:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096289:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096289:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096289:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096298:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096299:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096299:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096299:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096308:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096309:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096309:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096309:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096318:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096319:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096319:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096319:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096328:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096329:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096329:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096329:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096338:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096339:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096339:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096339:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096348:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096349:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096349:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096349:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096358:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096359:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096359:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096359:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096368:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096369:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096369:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096369:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096378:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096379:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096379:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096379:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096388:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096389:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096389:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096389:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096398:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096399:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096399:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096399:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096408:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096409:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096409:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096409:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096418:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096419:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096419:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096419:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096428:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096429:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096429:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096429:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096438:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096439:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096439:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096439:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096448:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096449:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096449:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096449:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096458:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096459:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096459:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096459:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096468:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096469:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096469:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096469:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096478:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096479:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096479:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096479:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096488:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096489:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096489:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096489:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096498:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096499:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096499:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096499:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096508:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096509:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096509:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096509:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096518:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096519:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096519:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096519:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096528:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096529:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096529:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096529:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096538:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096539:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096539:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096539:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096548:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096549:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096549:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096549:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096558:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096559:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096559:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096559:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096568:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096569:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096569:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096569:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096578:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096579:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096579:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096579:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096588:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096589:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096589:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096589:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096598:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096599:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096599:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096599:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096608:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096609:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096609:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096609:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096618:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096619:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096619:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096619:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096628:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096629:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096629:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096629:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096638:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096639:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096639:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096639:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096648:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096649:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096649:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096649:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096658:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096659:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096659:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096659:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096668:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096669:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096669:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096669:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096678:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096679:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096679:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096679:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096688:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096689:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096689:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096689:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096698:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096699:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096699:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096699:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096708:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096709:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096709:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096709:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096718:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096719:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096719:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096719:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096728:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096729:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096729:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096729:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096738:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096739:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096739:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096739:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096748:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096749:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096749:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096749:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096758:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096759:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096759:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096759:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096768:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096769:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096769:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096769:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096778:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096779:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096779:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096779:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096788:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096789:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096789:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096789:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096798:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096799:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096799:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096799:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096808:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096809:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096809:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096809:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096818:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096819:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096819:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096819:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096828:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096829:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096829:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096829:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495096831:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:53603) CTCP(428) <-> TCP(151) <-> OSSL(152) <-> OHTT(153) <-> [JVAR(154)]
1495096831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495096832:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:53603) CTCP(428) <-> TCP(151) <-> OSSL(152) <-> OHTT(153) <-> [JVAR(154)] unregistered from application: lminterface
1495096832:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CARRIER
1495096838:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096839:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096839:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096839:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096848:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096849:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096849:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096849:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096858:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096859:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096859:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096859:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096868:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096869:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096869:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096869:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096878:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096879:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096879:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096879:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096888:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096889:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096889:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096889:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096898:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096899:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096899:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096899:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096908:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096909:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096909:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096909:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096918:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096919:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096919:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096919:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096928:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096929:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096929:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096929:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096938:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096939:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096939:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096939:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096948:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096949:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096949:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096949:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096958:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096959:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096959:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096959:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096968:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096969:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096969:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096969:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096978:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096979:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096979:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096979:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096988:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096989:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096989:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096989:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096998:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096999:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096999:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096999:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097008:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097009:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097009:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097009:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097018:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097019:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097019:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097019:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097028:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097029:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097029:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097029:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097038:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097039:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097039:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097039:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097048:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097049:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097049:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097049:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097058:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097059:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097059:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097059:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097068:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097069:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097069:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097069:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097078:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097079:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097079:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097079:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097088:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097089:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097089:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097089:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097098:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097099:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097099:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097099:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097108:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097109:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097109:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097109:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097118:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097119:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097119:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097119:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097128:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097129:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097129:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097129:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097138:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097139:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097139:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097139:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097148:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097149:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097149:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097149:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097158:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097159:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097159:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097159:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097168:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097169:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097169:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097169:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097178:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097179:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097179:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097179:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097188:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097189:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097189:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097189:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097198:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097199:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097199:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097199:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097208:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097209:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097209:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097209:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097218:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097219:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097219:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097219:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097228:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097229:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097229:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097229:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097238:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097239:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097239:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097239:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097248:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097249:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097249:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097249:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097258:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097259:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097259:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097259:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097268:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097269:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097269:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097269:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097278:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097279:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097279:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097279:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097288:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097289:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097289:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097289:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097298:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097299:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097299:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097299:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097308:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097309:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097309:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097309:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097318:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097319:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097319:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097319:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097328:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097329:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097329:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097329:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097338:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097339:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097339:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097339:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097348:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097349:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097349:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097349:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097358:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097359:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097359:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097359:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097368:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097369:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097369:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097369:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097371:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CARRIER
1495097371:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 192.168.100.117:49416; Near: 192.168.100.219:1935) CTCP(880) <-> TCP(155) <-> [IR(156)]
1495097371:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495097371:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 192.168.100.117:49419; Near: 192.168.100.219:1935) CTCP(728) <-> TCP(157) <-> [IR(158)]
1495097371:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CARRIER
1495097371:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 192.168.100.117:49422; Near: 192.168.100.219:1935) CTCP(512) <-> TCP(159) <-> [IR(160)]
1495097371:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CARRIER
1495097371:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 192.168.100.117:49423; Near: 192.168.100.219:1935) CTCP(504) <-> TCP(161) <-> [IR(162)]
1495097373:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 26->27 IOHT_TCP_CARRIER
1495097373:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 192.168.100.117:49427; Near: 192.168.100.219:1935) CTCP(428) <-> TCP(163) <-> [IR(164)]
1495097373:6:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:835:BaseRTMPAppProtocolHandler::ProcessInvokeConnect:User agent `WIN 25,0,0,171` on connection (Far: 192.168.100.117:49416; Near: 192.168.100.219:1935) CTCP(880) <-> TCP(155) <-> [IR(156)]
1495097374:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:77:TCPCarrier::OnEvent:Unable to read data from connection: (Far: 192.168.100.117:49422; Near: 192.168.100.219:1935) CTCP(512) <-> [TCP(159)] <-> IR(160). EOF encountered
1495097374:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 27->26 IOHT_TCP_CARRIER
1495097374:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(160)] unregistered from application: evostreamms
1495097374:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:77:TCPCarrier::OnEvent:Unable to read data from connection: (Far: 192.168.100.117:49416; Near: 192.168.100.219:1935) CTCP(880) <-> [TCP(155)] <-> IR(156). EOF encountered
1495097374:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CARRIER
1495097374:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(156)] unregistered from application: evostreamms
1495097378:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CONNECTOR
1495097379:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097379:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097379:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CONNECTOR
1495097382:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:77:TCPCarrier::OnEvent:Unable to read data from connection: (Far: 192.168.100.117:49427; Near: 192.168.100.219:1935) CTCP(428) <-> [TCP(163)] <-> IR(164). EOF encountered
1495097382:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:77:TCPCarrier::OnEvent:Unable to read data from connection: (Far: 192.168.100.117:49423; Near: 192.168.100.219:1935) CTCP(504) <-> [TCP(161)] <-> IR(162). EOF encountered
1495097382:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CARRIER
1495097382:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495097382:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(162)] unregistered from application: evostreamms
1495097382:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(164)] unregistered from application: evostreamms
1495097388:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495097389:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097389:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097389:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495097398:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495097399:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097399:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097399:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495097402:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:77:TCPCarrier::OnEvent:Unable to read data from connection: (Far: 192.168.100.117:49419; Near: 192.168.100.219:1935) CTCP(728) <-> [TCP(157)] <-> IR(158). EOF encountered
1495097402:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CARRIER
1495097402:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(158)] unregistered from application: evostreamms
1495097408:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097409:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097409:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097409:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097418:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097419:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097419:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097419:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097428:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097429:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097429:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097429:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097433:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495097433:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:53775) CTCP(512) <-> TCP(165) <-> OSSL(166) <-> OHTT(167) <-> [JVAR(168)]
1495097433:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495097434:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:53775) CTCP(512) <-> TCP(165) <-> OSSL(166) <-> OHTT(167) <-> [JVAR(168)] unregistered from application: lminterface
1495097434:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CARRIER
1495097438:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097439:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097439:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097439:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097448:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097449:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097449:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097449:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097458:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097459:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097459:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097459:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097467:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097467:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:190:TCPCarrier::SignalOutputData:Unable to call WSASend. Error was: 10054
1495097467:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:397:BaseClientApplication::SignalStreamUnRegistered:Stream OFHLS(14) with name `mystream.sdp` from protocol PT(118) unregistered from origin application `evostreamms`
1495097467:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [PT(118)] unregistered from application: evostreamms
1495097467:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495097467:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:397:BaseClientApplication::SignalStreamUnRegistered:Stream INR(13) with name `mystream.sdp` from protocol IR(117) unregistered from origin application `evostreamms`
1495097467:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:102:TCPCarrier::OnEvent:Unable to read data from connection: (Far: 127.0.0.1:52360; Near: 127.0.0.1:1936) CTCP(372) <-> [TCP(116)] <-> IR(117). WSAGetLastError returned: 10054
1495097467:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495097467:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(117)] unregistered from applicati
EvoStream Media Server (www.evostream.com) version 1.7.1 build 4491 with hash: 64b305253110afc4acd5aeaf87f0a0b0f9b53526 on branch: origin/release/1.7.0.1 – PacMan|m| – (built for Windows-8.1-x86_64 on 2016-06-17T09:33:23.000)
1495080631:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:420:Initialize:EvoStream Media Server (www.evostream.com) version 1.7.1 build 4491 with hash: 64b305253110afc4acd5aeaf87f0a0b0f9b53526 on branch: origin/release/1.7.0.1 – PacMan|m| – (built for Windows-8.1-x86_64 on 2016-06-17T09:33:23.000)
1495080631:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:423:Initialize:OS files descriptors count limits: 2048/2048
1495080631:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:425:Initialize:Initialize I/O handlers manager: iocp without native timers
1495080631:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:480:Initialize:Configure modules
1495080631:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:486:Initialize:Plug in the default protocol factory
1495080631:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:493:Initialize:Configure factories
1495080631:3:..\..\..\sources\thelib\src\configuration\module.cpp:96:Module::ConfigFactory:Loaded factory from application evostreamms
1495080631:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:499:Initialize:Configure acceptors
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 0->1 IOHT_ACCEPTOR
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 1->2 IOHT_ACCEPTOR
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 2->3 IOHT_ACCEPTOR
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 3->4 IOHT_ACCEPTOR
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 4->5 IOHT_ACCEPTOR
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 5->6 IOHT_ACCEPTOR
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 6->7 IOHT_ACCEPTOR
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 7->8 IOHT_ACCEPTOR
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 8->9 IOHT_ACCEPTOR
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 9->10 IOHT_ACCEPTOR
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 10->11 IOHT_ACCEPTOR
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 11->12 IOHT_ACCEPTOR
1495080631:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:505:Initialize:Configure instances
1495080631:2:..\..\..\sources\thelib\src\configuration\configfile.cpp:206:ConfigFile::ConfigInstances:Windows doesn’t support multiple instances
1495080631:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:511:Initialize:Start I/O handlers manager: iocp without native timers
1495080631:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:514:Initialize:Configure applications
1495080631:3:..\..\..\sources\thelib\src\configuration\module.cpp:187:Module::ConfigApplication:Application evostreamms instantiated
1495080631:2:..\..\..\sources\thelib\src\mediaformats\readers\streammetadataresolver.cpp:156:StreamMetadataResolver::InitializeStorage:meta folder for storage 0x00000001 not specified. seek/meta files will be created inside the media folder
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 12->13 IOHT_TIMER
1495080631:0:..\..\..\sources\common\src\utils\lua\luautils.cpp:326:LoadLuaScriptFromFile:Error parsing file : cannot open : Invalid argument
1495080631:0:..\..\..\sources\common\src\utils\lua\basevmlua.cpp:69:BaseVMLua::LoadScriptFile:Unable to load script:
1495080631:2:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:75:BaseRTMPAppProtocolHandler::BaseRTMPAppProtocolHandler:Unable to load script
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 13->14 IOHT_TIMER
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 14->15 IOHT_TIMER
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 15->16 IOHT_TIMER
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 16->17 IOHT_TIMER
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 17->18 IOHT_TIMER
1495080631:3:..\..\..\sources\thelib\src\configuration\module.cpp:187:Module::ConfigApplication:Application lminterface instantiated
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 18->19 IOHT_TIMER
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 19->20 IOHT_TIMER
1495080631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 20->21 IOHT_TCP_CONNECTOR
1495080631:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:520:Initialize:Install the quit signal
1495080631:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:535:Run:\n+—————————————————————————–+\n| Services|\n+—+—————+—–+————————-+————————-+\n| c | ip | port| protocol stack name | application name |\n+—+—————+—–+————————-+————————-+\n|tcp| 127.0.0.1| 1112| inboundJsonCli| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 127.0.0.1| 7777| inboundHttpJsonCli| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 127.0.0.1| 1222| inboundAsciiCli| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 0.0.0.0| 1935| inboundRtmp| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 127.0.0.1| 1936| inboundRtmp| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 127.0.0.1| 1113| inboundBinVariant| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 0.0.0.0| 5544| inboundRtsp| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 0.0.0.0| 6666| inboundLiveFlv| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 0.0.0.0| 8080| inboundHttp| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 0.0.0.0| 8100| inboundJsonMeta| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 0.0.0.0| 8210| wsJsonMeta| evostreamms|\n+—+—————+—–+————————-+————————-+\n|tcp| 0.0.0.0| 8410| inboundWSFMP4| evostreamms|\n+—+—————+—–+————————-+————————-+
1495080631:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:536:Run:LIFE: 9964_1495080631_IRz8G92e
1495080631:3:..\..\..\sources\crtmpserver\src\crtmpserver.cpp:537:Run:GO! GO! GO! (9964)
1495080632:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 21->22 IOHT_TCP_CARRIER
1495080632:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:64912) CTCP(428) <-> TCP(9) <-> OSSL(10) <-> OHTT(11) <-> [JVAR(12)]
1495080632:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 22->21 IOHT_TCP_CONNECTOR
1495080632:2:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:291:BaseClientApplication::GetProtocolHandler:Protocol handler not activated for protocol type DRM in application evostreamms
1495080632:2:..\..\..\sources\applications\evorouter\src\protocols\timer\drmtimerprotocol.cpp:50:app_evorouter::DRMTimerProtocol::RequestKey:Unable to get protocol handler
1495080632:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol T(6) <-> [TMR(6)] unregistered from application: evostreamms
1495080632:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 21->20 IOHT_TIMER
1495080633:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:64912) CTCP(428) <-> TCP(9) <-> OSSL(10) <-> OHTT(11) <-> [JVAR(12)] unregistered from application: lminterface
1495080633:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 20->19 IOHT_TCP_CARRIER
1495080633:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 19->20 IOHT_TCP_CARRIER
1495080633:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 127.0.0.1:64916; Near: 127.0.0.1:1113) CTCP(380) <-> TCP(13) <-> [BVAR(14)]
1495080633:3:..\..\..\sources\applications\evorouter\src\protocols\variant\originvariantappprotocolhandler.cpp:632:app_evorouter::OriginVariantAppProtocolHandler::ProcessMessageHello:New edge available (Web Server): ip/port: 127.0.0.1:64913; pid: 4068
1495081231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 20->21 IOHT_TCP_CONNECTOR
1495081231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 21->22 IOHT_TCP_CARRIER
1495081231:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:65163) CTCP(496) <-> TCP(15) <-> OSSL(16) <-> OHTT(17) <-> [JVAR(18)]
1495081231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 22->21 IOHT_TCP_CONNECTOR
1495081237:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:65163) CTCP(496) <-> TCP(15) <-> OSSL(16) <-> OHTT(17) <-> [JVAR(18)] unregistered from application: lminterface
1495081237:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 21->20 IOHT_TCP_CARRIER
1495081831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 20->21 IOHT_TCP_CONNECTOR
1495081831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 21->22 IOHT_TCP_CARRIER
1495081831:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:65427) CTCP(516) <-> TCP(19) <-> OSSL(20) <-> OHTT(21) <-> [JVAR(22)]
1495081831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 22->21 IOHT_TCP_CONNECTOR
1495081832:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:65427) CTCP(516) <-> TCP(19) <-> OSSL(20) <-> OHTT(21) <-> [JVAR(22)] unregistered from application: lminterface
1495081832:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 21->20 IOHT_TCP_CARRIER
1495082431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 20->21 IOHT_TCP_CONNECTOR
1495082431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 21->22 IOHT_TCP_CARRIER
1495082431:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:49268) CTCP(520) <-> TCP(23) <-> OSSL(24) <-> OHTT(25) <-> [JVAR(26)]
1495082431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 22->21 IOHT_TCP_CONNECTOR
1495082432:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:49268) CTCP(520) <-> TCP(23) <-> OSSL(24) <-> OHTT(25) <-> [JVAR(26)] unregistered from application: lminterface
1495082432:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 21->20 IOHT_TCP_CARRIER
1495083031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 20->21 IOHT_TCP_CONNECTOR
1495083031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 21->22 IOHT_TCP_CARRIER
1495083031:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:49454) CTCP(412) <-> TCP(27) <-> OSSL(28) <-> OHTT(29) <-> [JVAR(30)]
1495083031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 22->21 IOHT_TCP_CONNECTOR
1495083037:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:49454) CTCP(412) <-> TCP(27) <-> OSSL(28) <-> OHTT(29) <-> [JVAR(30)] unregistered from application: lminterface
1495083037:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 21->20 IOHT_TCP_CARRIER
1495083631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 20->21 IOHT_TCP_CONNECTOR
1495083631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 21->22 IOHT_TCP_CARRIER
1495083631:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:49661) CTCP(424) <-> TCP(31) <-> OSSL(32) <-> OHTT(33) <-> [JVAR(34)]
1495083631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 22->21 IOHT_TCP_CONNECTOR
1495083632:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:49661) CTCP(424) <-> TCP(31) <-> OSSL(32) <-> OHTT(33) <-> [JVAR(34)] unregistered from application: lminterface
1495083632:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 21->20 IOHT_TCP_CARRIER
1495084231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 20->21 IOHT_TCP_CONNECTOR
1495084231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 21->22 IOHT_TCP_CARRIER
1495084231:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:49955) CTCP(520) <-> TCP(35) <-> OSSL(36) <-> OHTT(37) <-> [JVAR(38)]
1495084231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 22->21 IOHT_TCP_CONNECTOR
1495084234:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:49955) CTCP(520) <-> TCP(35) <-> OSSL(36) <-> OHTT(37) <-> [JVAR(38)] unregistered from application: lminterface
1495084234:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 21->20 IOHT_TCP_CARRIER
1495084831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 20->21 IOHT_TCP_CONNECTOR
1495084831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 21->22 IOHT_TCP_CARRIER
1495084831:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:50162) CTCP(420) <-> TCP(39) <-> OSSL(40) <-> OHTT(41) <-> [JVAR(42)]
1495084831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 22->21 IOHT_TCP_CONNECTOR
1495084839:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:50162) CTCP(420) <-> TCP(39) <-> OSSL(40) <-> OHTT(41) <-> [JVAR(42)] unregistered from application: lminterface
1495084839:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 21->20 IOHT_TCP_CARRIER
1495085125:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 20->21 IOHT_TCP_CARRIER
1495085125:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 127.0.0.1:50253; Near: 127.0.0.1:1112) CTCP(208) <-> TCP(43) <-> [IJSONCLI(44)]
1495085129:3:..\..\..\sources\applications\evorouter\src\protocols\cli\cliappprotocolhandler.cpp:1202:app_evorouter::CLIAppProtocolHandler::ProcessMessage:command: version
1495085133:3:..\..\..\sources\applications\evorouter\src\protocols\cli\cliappprotocolhandler.cpp:1202:app_evorouter::CLIAppProtocolHandler::ProcessMessage:command: listconfig
1495085180:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 21->22 IOHT_TCP_CARRIER
1495085180:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 192.168.100.117:49239; Near: 192.168.100.219:1935) CTCP(372) <-> TCP(45) <-> [IR(46)]
1495085180:6:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:835:BaseRTMPAppProtocolHandler::ProcessInvokeConnect:User agent `WIN 25,0,0,171` on connection (Far: 192.168.100.117:49239; Near: 192.168.100.219:1935) CTCP(372) <-> TCP(45) <-> [IR(46)]
1495085180:3:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:1163:BaseRTMPAppProtocolHandler::ProcessInvokePlay:NetStream.play(“mystream.sdp”,-1.000,-1.000,true) called on (Far: 192.168.100.117:49239; Near: 192.168.100.219:1935) CTCP(372) <-> TCP(45) <-> [IR(46)]
1495085180:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:391:BaseClientApplication::SignalStreamRegistered:Stream ONR(1) with name `mystream.sdp` from protocol IR(46) registered to origin application `evostreamms`
1495085180:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495085181:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085181:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085181:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495085182:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:77:TCPCarrier::OnEvent:Unable to read data from connection: (Far: 192.168.100.117:49239; Near: 192.168.100.219:1935) CTCP(372) <-> [TCP(45)] <-> IR(46). EOF encountered
1495085182:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 22->21 IOHT_TCP_CARRIER
1495085182:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:397:BaseClientApplication::SignalStreamUnRegistered:Stream ONR(1) with name `mystream.sdp` from protocol IR(46) unregistered from origin application `evostreamms`
1495085182:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(46)] unregistered from application: evostreamms
1495085182:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 21->22 IOHT_TCP_CONNECTOR
1495085183:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085183:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085183:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 22->21 IOHT_TCP_CONNECTOR
1495085221:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 21->22 IOHT_TCP_CARRIER
1495085221:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 127.0.0.1:50282; Near: 127.0.0.1:1936) CTCP(376) <-> TCP(47) <-> [IR(48)]
1495085221:3:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:962:BaseRTMPAppProtocolHandler::ProcessInvokePublish:NetStream.publish(“mystream.sdp”,”live”) called on (Far: 127.0.0.1:50282; Near: 127.0.0.1:1936) CTCP(376) <-> TCP(47) <-> [IR(48)]
1495085221:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:391:BaseClientApplication::SignalStreamRegistered:Stream INR(2) with name `mystream.sdp` from protocol IR(48) registered to origin application `evostreamms`
1495085221:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:391:BaseClientApplication::SignalStreamRegistered:Stream OFHLS(3) with name `mystream.sdp` from protocol PT(49) registered to origin application `evostreamms`
1495085221:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495085221:3:..\..\..\sources\applications\evorouter\src\application\originapplication.cpp:3515:app_evorouter::OriginApplication::ProcessAutoHLS:Auto HLS created for stream mystream.sdp in folder C:\WOWRipple\media
1495085221:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085221:2:..\..\..\sources\thelib\src\streaming\baseoutstream.cpp:469:BaseOutStream::GenericStreamCapabilitiesChanged:Audio codec AUNK not supported by stream type OFHLS
1495085221:2:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:291:BaseClientApplication::GetProtocolHandler:Protocol handler not activated for protocol type DRM in application evostreamms
1495085222:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CARRIER
1495085222:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 127.0.0.1:50285; Near: 127.0.0.1:7777) CTCP(364) <-> TCP(50) <-> IHTT(51) <-> H4C(52) <-> [IJSONCLI(53)]
1495085222:3:..\..\..\sources\applications\evorouter\src\protocols\cli\cliappprotocolhandler.cpp:1202:app_evorouter::CLIAppProtocolHandler::ProcessMessage:command: pushstream
1495085222:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:391:BaseClientApplication::SignalStreamRegistered:Stream ONTS(4) with name `mystream.sdp` from protocol PT(54) registered to origin application `evostreamms`
1495085222:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CONNECTOR
1495085222:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 26->27 IOHT_UDP_CARRIER
1495085222:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 127.0.0.1:50285; Near: 127.0.0.1:7777) CTCP(364) <-> TCP(50) <-> IHTT(51) <-> H4C(52) <-> [IJSONCLI(53)] unregistered from application: evostreamms
1495085222:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 27->26 IOHT_TCP_CARRIER
1495085222:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085222:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085222:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CONNECTOR
1495085222:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085222:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085222:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495085223:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085223:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085223:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085231:3:..\..\..\sources\thelib\src\streaming\hls\hlsplaylist.cpp:1263:HLSPlaylist::GetBandwidth:Bandwidth detected on stream mystream.sdp: 5007kb/s. Invalidating the master playlist
1495085231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085232:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085232:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085232:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085241:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085242:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085242:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085242:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085251:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085252:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085252:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085252:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085261:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085262:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085262:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085262:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085271:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085272:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085272:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085272:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085281:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085282:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085282:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085282:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085291:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085292:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085292:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085292:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085294:3:..\..\..\sources\applications\evorouter\src\protocols\cli\cliappprotocolhandler.cpp:1202:app_evorouter::CLIAppProtocolHandler::ProcessMessage:command: version
1495085298:3:..\..\..\sources\applications\evorouter\src\protocols\cli\cliappprotocolhandler.cpp:1202:app_evorouter::CLIAppProtocolHandler::ProcessMessage:command: listconfig
1495085301:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085302:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085302:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085302:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085311:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085312:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085312:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085312:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085321:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085322:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085322:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085322:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085331:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085332:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085332:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085332:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085338:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495085338:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 192.168.100.117:49247; Near: 192.168.100.219:1935) CTCP(456) <-> TCP(56) <-> [IR(57)]
1495085338:6:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:835:BaseRTMPAppProtocolHandler::ProcessInvokeConnect:User agent `WIN 25,0,0,171` on connection (Far: 192.168.100.117:49247; Near: 192.168.100.219:1935) CTCP(456) <-> TCP(56) <-> [IR(57)]
1495085338:3:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:1163:BaseRTMPAppProtocolHandler::ProcessInvokePlay:NetStream.play(“mystream.sdp”,-1.000,-1.000,true) called on (Far: 192.168.100.117:49247; Near: 192.168.100.219:1935) CTCP(456) <-> TCP(56) <-> [IR(57)]
1495085338:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:391:BaseClientApplication::SignalStreamRegistered:Stream ONR(5) with name `mystream.sdp` from protocol IR(57) registered to origin application `evostreamms`
1495085338:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495085339:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085339:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085339:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495085341:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495085342:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085342:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085342:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495085351:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495085352:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085352:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085352:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495085361:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495085362:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085362:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085362:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495085371:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495085372:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085372:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085372:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495085381:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495085382:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085382:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085382:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495085385:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:77:TCPCarrier::OnEvent:Unable to read data from connection: (Far: 192.168.100.117:49247; Near: 192.168.100.219:1935) CTCP(456) <-> [TCP(56)] <-> IR(57). EOF encountered
1495085385:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495085385:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:397:BaseClientApplication::SignalStreamUnRegistered:Stream ONR(5) with name `mystream.sdp` from protocol IR(57) unregistered from origin application `evostreamms`
1495085385:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(57)] unregistered from application: evostreamms
1495085385:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085386:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085386:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085386:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085391:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085392:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085392:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085392:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085401:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085402:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085402:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085402:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085411:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085412:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085412:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085412:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085421:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085422:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085422:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085422:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495085431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CARRIER
1495085431:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:50356) CTCP(576) <-> TCP(58) <-> OSSL(59) <-> OHTT(60) <-> [JVAR(61)]
1495085431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CONNECTOR
1495085432:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085432:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085432:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495085435:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:50356) CTCP(576) <-> TCP(58) <-> OSSL(59) <-> OHTT(60) <-> [JVAR(61)] unregistered from application: lminterface
1495085435:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495085441:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085442:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085442:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085442:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085451:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085452:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085452:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085452:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085461:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085462:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085462:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085462:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085471:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085472:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085472:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085472:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085481:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085482:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085482:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085482:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085491:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085492:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085492:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085492:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085501:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085502:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085502:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085502:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085511:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085512:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085512:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085512:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085521:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085522:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085522:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085522:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085531:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085532:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085532:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085532:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085541:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085542:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085542:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085542:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085551:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085552:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085552:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085552:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085561:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085562:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085562:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085562:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085571:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085572:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085572:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085572:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085581:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085582:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085582:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085582:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085591:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085592:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085592:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085592:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085601:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085602:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085602:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085602:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085611:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085612:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085612:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085612:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085621:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085622:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085622:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085622:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085632:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085632:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085632:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085641:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085642:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085642:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085642:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085651:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085652:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085652:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085652:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085661:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085662:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085662:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085662:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085671:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085672:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085672:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085672:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085681:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085682:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085682:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085682:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085691:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085692:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085692:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085692:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085701:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085702:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085702:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085702:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085711:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085712:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085712:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085712:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085721:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085722:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085722:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085722:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085731:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085732:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085732:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085732:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085741:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085742:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085742:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085742:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085751:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085752:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085752:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085752:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085761:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085762:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085762:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085762:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085771:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085772:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085772:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085772:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085781:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085782:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085782:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085782:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085791:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085792:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085792:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085792:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085801:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085802:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085802:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085802:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085811:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085812:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085812:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085812:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085821:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085822:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085822:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085822:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085832:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085832:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085832:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085841:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085842:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085842:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085842:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085851:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085852:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085852:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085852:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085861:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085862:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085862:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085862:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085871:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085872:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085872:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085872:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085881:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085882:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085882:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085882:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085891:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085892:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085892:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085892:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085901:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085902:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085902:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085902:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085911:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085912:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085912:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085912:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085921:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085922:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085922:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085922:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085931:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085932:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085932:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085932:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085941:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085942:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085942:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085942:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085951:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085952:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085952:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085952:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085961:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085962:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085962:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085962:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085971:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085972:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085972:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085972:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085981:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085982:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085982:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085982:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495085991:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495085992:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495085992:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495085992:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086001:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086002:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086002:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086002:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086011:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086012:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086012:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086012:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086021:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086022:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086022:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086022:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495086031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CARRIER
1495086031:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:50531) CTCP(604) <-> TCP(62) <-> OSSL(63) <-> OHTT(64) <-> [JVAR(65)]
1495086031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CONNECTOR
1495086032:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086032:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086032:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495086035:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:50531) CTCP(604) <-> TCP(62) <-> OSSL(63) <-> OHTT(64) <-> [JVAR(65)] unregistered from application: lminterface
1495086035:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495086041:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086042:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086042:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086042:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086051:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086052:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086052:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086052:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086061:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086062:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086062:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086062:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086071:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086072:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086072:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086072:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086081:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086082:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086082:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086082:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086091:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086092:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086092:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086092:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086101:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086102:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086102:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086102:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086111:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086112:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086112:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086112:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086121:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086122:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086122:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086122:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086131:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086132:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086132:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086132:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086141:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086142:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086142:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086142:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086151:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086152:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086152:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086152:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086161:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086162:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086162:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086162:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086171:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086172:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086172:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086172:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086181:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086182:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086182:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086182:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086191:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086192:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086192:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086192:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086201:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086202:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086202:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086202:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086211:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086212:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086212:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086212:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086221:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086222:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086222:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086222:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086232:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086232:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086232:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086241:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086242:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086242:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086242:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086251:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086252:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086252:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086252:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086261:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086262:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086262:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086262:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086271:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086272:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086272:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086272:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086281:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086282:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086282:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086282:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086291:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086292:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086292:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086292:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086301:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086302:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086302:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086302:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086311:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086312:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086312:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086312:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086321:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086322:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086322:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086322:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086331:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086332:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086332:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086332:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086341:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086342:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086342:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086342:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086351:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086352:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086352:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086352:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086361:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086362:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086362:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086362:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086371:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086372:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086372:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086372:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086381:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086382:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086382:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086382:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086391:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086392:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086392:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086392:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086401:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086402:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086402:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086402:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086411:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086412:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086412:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086412:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086421:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086422:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086422:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086422:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086432:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086432:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086432:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086441:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086442:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086442:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086442:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086451:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086452:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086452:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086452:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086461:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086462:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086462:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086462:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086471:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086472:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086472:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086472:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086481:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086482:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086482:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086482:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086491:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086492:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086492:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086492:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086501:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086502:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086502:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086502:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086511:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086512:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086512:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086512:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086521:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086522:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086522:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086522:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086531:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086532:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086532:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086532:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086541:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086542:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086542:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086542:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086551:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086552:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086552:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086552:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086561:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086562:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086562:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086562:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086571:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086572:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086572:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086572:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086581:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086582:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086582:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086582:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086591:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086592:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086592:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086592:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086601:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086602:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086602:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086602:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086611:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086612:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086612:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086612:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086621:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086622:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086622:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086622:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495086631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CARRIER
1495086631:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:50682) CTCP(668) <-> TCP(66) <-> OSSL(67) <-> OHTT(68) <-> [JVAR(69)]
1495086631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CONNECTOR
1495086632:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086632:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086632:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495086636:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:50682) CTCP(668) <-> TCP(66) <-> OSSL(67) <-> OHTT(68) <-> [JVAR(69)] unregistered from application: lminterface
1495086636:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495086641:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086642:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086642:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086642:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086651:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086652:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086652:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086652:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086661:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086662:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086662:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086662:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086671:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086672:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086672:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086672:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086681:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086682:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086682:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086682:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086691:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086692:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086692:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086692:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086701:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086702:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086702:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086702:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086711:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086712:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086712:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086712:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086721:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086722:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086722:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086722:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086731:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086732:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086732:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086732:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086741:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086742:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086742:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086742:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086751:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086752:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086752:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086752:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086761:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086762:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086762:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086762:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086771:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086772:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086772:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086772:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086781:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086782:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086782:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086782:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086791:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086792:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086792:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086792:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086801:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086802:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086802:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086802:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086811:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086812:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086812:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086812:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086821:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086822:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086822:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086822:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086832:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086832:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086832:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086841:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086842:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086842:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086842:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086851:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086852:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086852:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086852:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086861:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086862:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086862:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086862:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086871:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086872:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086872:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086872:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086881:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086882:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086882:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086882:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086891:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086892:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086892:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086892:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086901:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086902:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086902:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086902:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086911:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086912:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086912:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086912:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086921:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086922:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086922:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086922:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086931:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086932:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086932:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086932:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086941:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086942:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086942:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086942:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086951:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086952:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086952:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086952:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086961:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086962:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086962:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086962:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086971:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086972:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086972:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086972:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086981:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086982:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086982:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086982:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495086991:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495086992:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495086992:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495086992:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087001:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087002:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087002:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087002:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087011:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087012:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087012:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087012:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087021:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087022:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087022:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087022:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087032:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087032:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087032:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087041:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087042:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087042:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087042:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087051:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087052:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087052:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087052:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087061:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087062:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087062:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087062:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087071:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087072:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087072:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087072:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087081:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087082:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087082:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087082:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087091:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087092:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087092:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087092:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087101:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087102:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087102:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087102:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087111:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087112:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087112:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087112:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087121:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087122:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087122:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087122:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087131:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087132:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087132:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087132:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087141:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087142:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087142:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087142:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087151:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087152:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087152:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087152:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087161:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087162:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087162:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087162:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087171:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087172:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087172:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087172:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087181:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087182:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087182:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087182:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087191:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087192:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087192:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087192:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087201:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087202:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087202:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087202:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087211:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087212:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087212:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087212:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087221:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087222:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087222:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087222:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495087231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CARRIER
1495087231:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:50811) CTCP(748) <-> TCP(70) <-> OSSL(71) <-> OHTT(72) <-> [JVAR(73)]
1495087231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CONNECTOR
1495087232:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087232:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087232:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495087232:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:50811) CTCP(748) <-> TCP(70) <-> OSSL(71) <-> OHTT(72) <-> [JVAR(73)] unregistered from application: lminterface
1495087232:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495087241:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087242:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087242:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087242:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087251:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087252:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087252:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087252:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087261:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087262:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087262:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087262:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087271:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087272:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087272:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087272:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087281:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087282:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087282:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087282:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087291:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087292:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087292:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087292:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087301:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087302:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087302:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087302:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087311:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087312:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087312:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087312:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087321:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087322:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087322:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087322:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087331:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087332:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087332:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087332:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087341:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087342:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087342:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087342:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087351:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087352:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087352:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087352:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087361:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087362:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087362:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087362:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087371:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087372:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087372:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087372:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087381:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087382:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087382:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087382:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087391:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087392:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087392:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087392:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087401:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087402:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087402:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087402:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087411:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087412:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087412:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087412:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087421:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087422:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087422:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087422:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087432:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087432:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087432:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087441:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087442:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087442:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087442:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087451:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087452:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087452:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087452:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087461:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087462:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087462:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087462:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087471:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087472:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087472:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087472:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087481:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087482:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087482:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087482:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087491:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087492:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087492:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087492:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087501:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087502:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087502:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087502:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087511:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087512:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087512:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087512:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087521:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087522:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087522:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087522:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087531:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087532:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087532:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087532:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087541:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087542:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087542:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087542:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087551:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087552:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087552:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087552:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087561:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087562:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087562:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087562:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087571:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087572:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087572:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087572:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087581:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087582:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087582:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087582:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087591:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087592:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087592:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087592:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087601:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087602:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087602:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087602:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087611:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087612:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087612:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087612:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087621:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087622:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087622:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087622:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087632:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087632:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087632:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087641:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087642:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087642:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087642:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087651:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087652:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087652:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087652:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087661:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087662:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087662:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087662:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087671:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087672:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087672:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087672:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087681:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087682:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087682:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087682:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087691:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087692:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087692:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087692:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087701:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087702:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087702:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087702:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087711:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087712:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087712:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087712:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087721:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087722:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087722:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087722:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087731:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087732:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087732:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087732:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087741:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087742:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087742:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087742:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087751:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087752:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087752:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087752:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087761:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087762:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087762:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087762:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087771:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087772:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087772:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087772:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087781:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087782:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087782:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087782:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087791:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087792:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087792:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087792:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087801:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087802:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087802:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087802:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087811:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087812:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087812:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087812:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087821:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087822:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087822:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087822:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495087831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CARRIER
1495087831:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:50979) CTCP(884) <-> TCP(74) <-> OSSL(75) <-> OHTT(76) <-> [JVAR(77)]
1495087831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CONNECTOR
1495087832:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087832:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087832:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495087841:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495087842:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087842:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087842:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495087846:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:50979) CTCP(884) <-> TCP(74) <-> OSSL(75) <-> OHTT(76) <-> [JVAR(77)] unregistered from application: lminterface
1495087846:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495087851:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087852:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087852:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087852:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087861:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087862:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087862:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087862:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087871:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087872:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087872:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087872:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087881:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087882:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087882:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087882:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087891:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087892:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087892:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087892:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087901:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087902:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087902:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087902:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087911:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087912:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087912:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087912:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087921:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087922:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087922:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087922:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087931:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087932:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087932:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087932:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087941:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087942:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087942:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087942:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087951:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087952:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087952:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087952:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087961:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087962:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087962:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087962:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087971:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087972:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087972:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087972:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087981:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087982:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087982:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087982:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495087991:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495087992:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495087992:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495087992:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088001:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088002:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088002:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088002:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088011:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088012:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088012:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088012:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088021:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088022:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088022:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088022:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088032:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088032:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088032:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088041:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088042:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088042:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088042:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088051:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088052:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088052:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088052:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088061:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088062:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088062:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088062:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088071:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088072:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088072:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088072:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088081:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088082:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088082:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088082:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088091:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088092:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088092:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088092:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088101:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088102:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088102:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088102:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088111:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088112:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088112:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088112:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088121:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088122:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088122:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088122:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088131:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088132:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088132:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088132:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088141:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088142:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088142:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088142:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088151:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088152:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088152:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088152:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088161:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088162:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088162:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088162:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088171:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088172:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088172:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088172:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088181:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088182:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088182:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088182:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088191:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088192:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088192:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088192:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088201:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088202:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088202:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088202:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088211:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088212:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088212:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088212:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088221:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088222:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088222:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088222:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088232:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088232:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088232:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088241:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088242:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088242:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088242:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088251:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088252:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088252:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088252:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088261:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088262:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088262:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088262:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088271:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088272:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088272:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088272:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088281:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088282:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088282:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088282:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088291:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088292:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088292:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088292:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088301:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088302:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088302:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088302:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088311:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088312:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088312:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088312:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088321:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088322:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088322:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088322:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088331:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088332:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088332:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088332:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088341:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088342:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088342:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088342:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088351:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088352:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088352:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088352:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088361:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088362:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088362:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088362:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088371:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088372:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088372:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088372:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088381:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088382:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088382:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088382:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088391:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088392:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088392:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088392:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088401:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088402:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088402:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088402:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088411:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088412:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088412:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088412:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088421:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088422:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088422:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088422:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495088431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CARRIER
1495088431:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:51145) CTCP(916) <-> TCP(78) <-> OSSL(79) <-> OHTT(80) <-> [JVAR(81)]
1495088431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CONNECTOR
1495088432:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088432:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088432:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495088435:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:51145) CTCP(916) <-> TCP(78) <-> OSSL(79) <-> OHTT(80) <-> [JVAR(81)] unregistered from application: lminterface
1495088435:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495088441:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088442:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088442:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088442:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088451:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088452:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088452:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088452:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088461:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088462:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088462:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088462:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088471:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088472:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088472:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088472:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088481:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088482:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088482:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088482:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088491:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088492:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088492:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088492:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088501:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088502:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088502:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088502:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088511:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088512:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088512:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088512:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088521:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088522:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088522:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088522:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088531:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088532:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088532:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088532:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088541:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088542:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088542:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088542:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088551:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088552:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088552:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088552:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088561:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088562:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088562:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088562:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088571:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088572:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088572:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088572:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088581:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088582:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088582:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088582:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088591:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088592:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088592:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088592:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088601:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088602:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088602:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088602:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088611:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088612:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088612:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088612:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088621:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088622:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088622:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088622:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088632:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088632:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088632:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088641:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088642:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088642:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088642:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088651:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088652:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088652:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088652:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088661:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088662:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088662:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088662:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088671:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088672:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088672:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088672:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088681:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088682:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088682:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088682:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088691:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088692:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088692:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088692:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088701:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088702:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088702:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088702:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088711:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088712:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088712:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088712:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088721:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088722:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088722:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088722:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088731:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088732:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088732:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088732:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088741:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088742:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088742:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088742:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088751:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088752:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088752:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088752:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088761:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088762:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088762:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088762:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088771:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088772:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088772:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088772:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088781:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088782:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088782:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088782:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088791:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088792:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088792:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088792:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088801:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088802:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088802:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088802:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088811:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088812:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088812:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088812:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088821:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088822:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088822:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088822:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088832:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088832:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088832:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088841:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088842:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088842:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088842:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088851:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088852:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088852:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088852:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088861:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088862:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088862:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088862:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088871:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088872:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088872:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088872:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088881:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088882:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088882:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088882:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088891:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088892:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088892:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088892:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088901:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088902:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088902:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088902:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088911:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088912:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088912:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088912:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088921:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088922:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088922:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088922:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088931:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088932:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088932:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088932:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088941:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088942:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088942:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088942:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088951:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088952:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088952:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088952:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088961:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088962:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088962:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088962:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088971:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088972:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088972:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088972:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088981:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088982:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088982:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088982:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495088991:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495088992:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495088992:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495088992:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089001:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089002:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089002:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089002:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089011:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089012:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089012:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089012:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089021:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089022:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089022:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089022:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495089031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CARRIER
1495089031:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:51276) CTCP(932) <-> TCP(82) <-> OSSL(83) <-> OHTT(84) <-> [JVAR(85)]
1495089031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CONNECTOR
1495089032:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089032:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089032:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495089034:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:51276) CTCP(932) <-> TCP(82) <-> OSSL(83) <-> OHTT(84) <-> [JVAR(85)] unregistered from application: lminterface
1495089034:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495089041:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089042:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089042:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089042:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089051:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089052:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089052:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089052:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089061:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089062:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089062:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089062:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089071:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089072:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089072:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089072:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089081:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089082:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089082:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089082:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089091:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089092:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089092:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089092:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089101:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089102:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089102:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089102:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089111:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089112:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089112:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089112:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089121:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089122:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089122:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089122:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089131:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089132:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089132:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089132:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089141:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089142:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089142:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089142:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089151:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089152:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089152:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089152:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089161:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089162:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089162:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089162:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089171:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089172:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089172:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089172:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089181:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089182:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089182:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089182:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089191:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089192:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089192:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089192:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089201:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089202:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089202:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089202:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089211:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089212:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089212:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089212:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089221:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089222:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089222:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089222:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089232:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089232:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089232:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089241:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089242:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089242:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089242:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089251:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089252:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089252:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089252:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089261:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089262:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089262:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089262:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089271:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089272:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089272:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089272:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089281:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089282:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089282:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089282:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089291:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089292:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089292:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089292:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089301:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089302:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089302:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089302:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089311:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089312:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089312:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089312:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089321:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089322:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089322:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089322:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089331:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089332:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089332:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089332:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089339:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495089339:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 192.168.100.117:49293; Near: 192.168.100.219:1935) CTCP(564) <-> TCP(86) <-> [IR(87)]
1495089339:6:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:835:BaseRTMPAppProtocolHandler::ProcessInvokeConnect:User agent `WIN 25,0,0,171` on connection (Far: 192.168.100.117:49293; Near: 192.168.100.219:1935) CTCP(564) <-> TCP(86) <-> [IR(87)]
1495089339:3:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:1163:BaseRTMPAppProtocolHandler::ProcessInvokePlay:NetStream.play(“mystream.sdp”,-1.000,-1.000,true) called on (Far: 192.168.100.117:49293; Near: 192.168.100.219:1935) CTCP(564) <-> TCP(86) <-> [IR(87)]
1495089339:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:391:BaseClientApplication::SignalStreamRegistered:Stream ONR(6) with name `mystream.sdp` from protocol IR(87) registered to origin application `evostreamms`
1495089339:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495089340:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089340:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089340:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495089341:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495089342:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089342:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089342:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495089349:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:77:TCPCarrier::OnEvent:Unable to read data from connection: (Far: 192.168.100.117:49293; Near: 192.168.100.219:1935) CTCP(564) <-> [TCP(86)] <-> IR(87). EOF encountered
1495089349:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495089349:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:397:BaseClientApplication::SignalStreamUnRegistered:Stream ONR(6) with name `mystream.sdp` from protocol IR(87) unregistered from origin application `evostreamms`
1495089349:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(87)] unregistered from application: evostreamms
1495089349:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089350:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089350:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089350:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089351:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089352:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089352:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089352:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089361:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089362:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089362:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089362:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089371:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089372:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089372:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089372:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089381:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089382:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089382:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089382:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089391:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089392:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089392:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089392:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089401:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089402:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089402:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089402:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089411:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089412:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089412:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089412:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089421:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089422:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089422:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089422:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089432:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089432:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089432:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089441:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089442:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089442:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089442:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089451:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089452:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089452:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089452:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089461:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089462:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089462:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089462:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089471:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089472:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089472:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089472:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089481:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089482:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089482:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089482:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089491:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089492:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089492:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089492:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089501:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089502:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089502:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089502:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089511:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089512:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089512:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089512:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089521:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089522:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089522:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089522:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089531:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089532:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089532:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089532:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089541:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089542:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089542:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089542:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089551:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089552:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089552:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089552:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089561:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089562:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089562:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089562:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089571:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089572:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089572:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089572:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089581:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089582:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089582:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089582:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089591:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089592:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089592:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089592:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089601:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089602:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089602:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089602:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089611:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089612:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089612:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089612:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089621:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089622:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089622:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089622:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495089631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CARRIER
1495089631:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:51418) CTCP(900) <-> TCP(88) <-> OSSL(89) <-> OHTT(90) <-> [JVAR(91)]
1495089631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CONNECTOR
1495089632:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089632:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089632:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495089632:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:51418) CTCP(900) <-> TCP(88) <-> OSSL(89) <-> OHTT(90) <-> [JVAR(91)] unregistered from application: lminterface
1495089632:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495089639:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495089639:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 192.168.100.117:49305; Near: 192.168.100.219:1935) CTCP(964) <-> TCP(92) <-> [IR(93)]
1495089639:6:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:835:BaseRTMPAppProtocolHandler::ProcessInvokeConnect:User agent `WIN 25,0,0,171` on connection (Far: 192.168.100.117:49305; Near: 192.168.100.219:1935) CTCP(964) <-> TCP(92) <-> [IR(93)]
1495089639:3:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:1163:BaseRTMPAppProtocolHandler::ProcessInvokePlay:NetStream.play(“mystream.sdp”,-1.000,-1.000,true) called on (Far: 192.168.100.117:49305; Near: 192.168.100.219:1935) CTCP(964) <-> TCP(92) <-> [IR(93)]
1495089639:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:391:BaseClientApplication::SignalStreamRegistered:Stream ONR(7) with name `mystream.sdp` from protocol IR(93) registered to origin application `evostreamms`
1495089639:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495089640:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089640:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089640:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495089641:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495089642:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:77:TCPCarrier::OnEvent:Unable to read data from connection: (Far: 192.168.100.117:49305; Near: 192.168.100.219:1935) CTCP(964) <-> [TCP(92)] <-> IR(93). EOF encountered
1495089642:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CARRIER
1495089642:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:397:BaseClientApplication::SignalStreamUnRegistered:Stream ONR(7) with name `mystream.sdp` from protocol IR(93) unregistered from origin application `evostreamms`
1495089642:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(93)] unregistered from application: evostreamms
1495089642:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495089642:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089642:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089642:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495089643:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089643:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089643:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089651:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089652:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089652:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089652:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089661:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089662:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089662:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089662:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089671:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089672:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089672:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089672:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089681:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089682:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089682:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089682:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089691:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089692:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089692:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089692:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089701:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089702:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089702:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089702:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089711:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089712:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089712:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089712:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089721:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089722:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089722:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089722:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089731:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089732:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089732:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089732:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089741:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089742:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089742:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089742:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089751:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089752:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089752:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089752:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089757:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495089757:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 192.168.100.219:51532; Near: 192.168.100.219:1935) CTCP(848) <-> TCP(94) <-> [IR(95)]
1495089757:6:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:835:BaseRTMPAppProtocolHandler::ProcessInvokeConnect:User agent `WIN 21,0,0,182` on connection (Far: 192.168.100.219:51532; Near: 192.168.100.219:1935) CTCP(848) <-> TCP(94) <-> [IR(95)]
1495089757:3:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:1163:BaseRTMPAppProtocolHandler::ProcessInvokePlay:NetStream.play(“mystream.sdp”,-1.000,-1.000,true) called on (Far: 192.168.100.219:51532; Near: 192.168.100.219:1935) CTCP(848) <-> TCP(94) <-> [IR(95)]
1495089757:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:391:BaseClientApplication::SignalStreamRegistered:Stream ONR(8) with name `mystream.sdp` from protocol IR(95) registered to origin application `evostreamms`
1495089757:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495089758:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089758:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089758:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495089760:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495089760:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:397:BaseClientApplication::SignalStreamUnRegistered:Stream ONR(8) with name `mystream.sdp` from protocol IR(95) unregistered from origin application `evostreamms`
1495089760:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:69:TCPCarrier::OnEvent:Unable to read/write data from/to connection: (Far: 192.168.100.219:51532; Near: 192.168.100.219:1935) CTCP(848) <-> [TCP(94)] <-> IR(95). GetLastError returned: 64
1495089760:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CARRIER
1495089760:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(95)] unregistered from application: evostreamms
1495089761:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495089761:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089761:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089761:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495089762:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089762:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089762:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089771:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089772:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089772:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089772:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089781:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089782:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089782:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089782:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089791:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089792:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089792:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089792:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089801:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089802:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089802:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089802:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089811:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089812:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089812:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089812:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089821:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089822:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089822:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089822:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089832:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089832:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089832:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089841:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089842:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089842:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089842:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089851:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089852:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089852:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089852:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089861:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089862:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089862:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089862:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089871:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089872:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089872:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089872:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089881:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089882:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089882:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089882:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089891:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089892:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089892:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089892:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089901:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089902:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089902:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089902:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089908:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495089908:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 192.168.100.117:49329; Near: 192.168.100.219:1935) CTCP(892) <-> TCP(96) <-> [IR(97)]
1495089908:6:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:835:BaseRTMPAppProtocolHandler::ProcessInvokeConnect:User agent `WIN 25,0,0,171` on connection (Far: 192.168.100.117:49329; Near: 192.168.100.219:1935) CTCP(892) <-> TCP(96) <-> [IR(97)]
1495089908:3:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:1163:BaseRTMPAppProtocolHandler::ProcessInvokePlay:NetStream.play(“mystream.sdp”,-1.000,-1.000,true) called on (Far: 192.168.100.117:49329; Near: 192.168.100.219:1935) CTCP(892) <-> TCP(96) <-> [IR(97)]
1495089908:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:391:BaseClientApplication::SignalStreamRegistered:Stream ONR(9) with name `mystream.sdp` from protocol IR(97) registered to origin application `evostreamms`
1495089908:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495089909:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089909:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089909:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495089910:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:77:TCPCarrier::OnEvent:Unable to read data from connection: (Far: 192.168.100.117:49329; Near: 192.168.100.219:1935) CTCP(892) <-> [TCP(96)] <-> IR(97). EOF encountered
1495089910:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495089910:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:397:BaseClientApplication::SignalStreamUnRegistered:Stream ONR(9) with name `mystream.sdp` from protocol IR(97) unregistered from origin application `evostreamms`
1495089910:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(97)] unregistered from application: evostreamms
1495089910:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089911:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089911:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089911:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089911:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089912:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089912:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089912:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089921:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089922:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089922:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089922:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089931:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089932:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089932:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089932:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089940:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495089940:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 192.168.100.117:49374; Near: 192.168.100.219:1935) CTCP(684) <-> TCP(98) <-> [IR(99)]
1495089940:6:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:835:BaseRTMPAppProtocolHandler::ProcessInvokeConnect:User agent `WIN 25,0,0,171` on connection (Far: 192.168.100.117:49374; Near: 192.168.100.219:1935) CTCP(684) <-> TCP(98) <-> [IR(99)]
1495089940:3:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:1163:BaseRTMPAppProtocolHandler::ProcessInvokePlay:NetStream.play(“mystream.sdp”,-1.000,-1.000,true) called on (Far: 192.168.100.117:49374; Near: 192.168.100.219:1935) CTCP(684) <-> TCP(98) <-> [IR(99)]
1495089940:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:391:BaseClientApplication::SignalStreamRegistered:Stream ONR(10) with name `mystream.sdp` from protocol IR(99) registered to origin application `evostreamms`
1495089940:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495089941:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CONNECTOR
1495089941:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089941:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089941:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CONNECTOR
1495089942:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089942:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089942:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495089942:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:77:TCPCarrier::OnEvent:Unable to read data from connection: (Far: 192.168.100.117:49374; Near: 192.168.100.219:1935) CTCP(684) <-> [TCP(98)] <-> IR(99). EOF encountered
1495089942:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495089942:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:397:BaseClientApplication::SignalStreamUnRegistered:Stream ONR(10) with name `mystream.sdp` from protocol IR(99) unregistered from origin application `evostreamms`
1495089942:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(99)] unregistered from application: evostreamms
1495089942:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089943:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089943:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089943:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089951:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089952:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089952:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089952:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089961:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089962:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089962:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089962:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089971:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089972:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089972:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089972:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089981:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089982:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089982:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089982:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495089991:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495089992:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495089992:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495089992:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090001:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090002:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090002:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090002:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090011:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090012:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090012:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090012:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090021:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090022:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090022:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090022:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090032:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090032:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090032:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090041:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090042:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090042:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090042:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090051:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090052:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090052:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090052:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090061:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090062:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090062:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090062:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090071:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090072:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090072:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090072:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090081:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090082:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090082:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090082:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090091:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090092:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090092:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090092:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090101:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090102:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090102:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090102:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090111:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090112:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090112:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090112:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090121:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090122:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090122:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090122:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090131:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090132:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090132:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090132:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090141:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090142:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090142:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090142:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090151:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090152:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090152:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090152:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090161:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090162:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090162:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090162:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090171:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090172:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090172:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090172:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090181:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090182:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090182:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090182:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090191:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090192:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090192:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090192:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090195:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495090195:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 192.168.100.219:51687; Near: 192.168.100.219:1935) CTCP(856) <-> TCP(100) <-> [IR(101)]
1495090195:6:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:835:BaseRTMPAppProtocolHandler::ProcessInvokeConnect:User agent `WIN 21,0,0,182` on connection (Far: 192.168.100.219:51687; Near: 192.168.100.219:1935) CTCP(856) <-> TCP(100) <-> [IR(101)]
1495090195:3:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:1163:BaseRTMPAppProtocolHandler::ProcessInvokePlay:NetStream.play(“mystream.sdp”,-1.000,-1.000,true) called on (Far: 192.168.100.219:51687; Near: 192.168.100.219:1935) CTCP(856) <-> TCP(100) <-> [IR(101)]
1495090195:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:391:BaseClientApplication::SignalStreamRegistered:Stream ONR(11) with name `mystream.sdp` from protocol IR(101) registered to origin application `evostreamms`
1495090195:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495090196:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090196:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090196:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495090198:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495090198:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:397:BaseClientApplication::SignalStreamUnRegistered:Stream ONR(11) with name `mystream.sdp` from protocol IR(101) unregistered from origin application `evostreamms`
1495090198:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:69:TCPCarrier::OnEvent:Unable to read/write data from/to connection: (Far: 192.168.100.219:51687; Near: 192.168.100.219:1935) CTCP(856) <-> [TCP(100)] <-> IR(101). GetLastError returned: 64
1495090198:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CARRIER
1495090198:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(101)] unregistered from application: evostreamms
1495090199:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090199:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090199:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090201:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090202:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090202:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090202:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090211:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090212:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090212:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090212:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090221:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090222:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090222:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090222:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495090231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CARRIER
1495090231:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:51713) CTCP(676) <-> TCP(102) <-> OSSL(103) <-> OHTT(104) <-> [JVAR(105)]
1495090231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CONNECTOR
1495090232:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090232:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090232:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495090235:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:51713) CTCP(676) <-> TCP(102) <-> OSSL(103) <-> OHTT(104) <-> [JVAR(105)] unregistered from application: lminterface
1495090235:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495090241:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090242:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090242:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090242:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090251:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090252:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090252:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090252:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090261:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090262:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090262:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090262:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090271:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090272:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090272:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090272:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090281:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090282:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090282:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090282:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090291:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090292:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090292:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090292:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090301:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090302:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090302:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090302:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090311:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090312:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090312:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090312:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090321:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090322:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090322:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090322:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090331:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090332:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090332:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090332:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090341:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090342:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090342:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090342:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090351:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090352:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090352:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090352:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090361:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090362:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090362:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090362:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090371:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090372:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090372:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090372:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090381:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090382:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090382:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090382:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090391:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090392:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090392:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090392:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090401:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090402:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090402:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090402:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090411:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090412:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090412:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090412:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090421:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090422:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090422:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090422:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090432:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090432:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090432:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090441:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090442:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090442:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090442:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090451:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090452:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090452:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090452:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090461:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090462:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090462:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090462:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090471:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090472:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090472:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090472:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090481:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090482:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090482:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090482:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090491:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090492:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090492:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090492:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090501:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090502:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090502:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090502:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090511:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090512:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090512:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090512:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090521:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090522:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090522:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090522:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090531:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090532:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090532:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090532:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090541:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090542:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090542:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090542:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090551:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090552:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090552:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090552:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090561:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090562:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090562:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090562:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090571:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090572:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090572:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090572:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090581:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090582:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090582:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090582:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090591:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090592:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090592:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090592:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090601:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090602:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090602:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090602:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090611:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090612:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090612:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090612:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090621:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090622:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090622:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090622:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090632:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090632:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090632:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090641:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090642:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090642:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090642:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090651:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090652:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090652:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090652:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090661:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090662:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090662:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090662:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090671:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090672:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090672:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090672:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090681:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090682:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090682:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090682:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090691:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090692:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090692:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090692:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090701:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090702:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090702:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090702:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090711:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090712:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090712:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090712:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090721:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090722:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090722:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090722:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090731:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090732:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090732:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090732:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090741:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090742:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090742:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090742:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090751:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090752:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090752:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090752:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090761:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090762:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090762:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090762:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090771:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090772:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090772:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090772:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090781:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090782:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090782:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090782:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090791:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090792:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090792:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090792:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090801:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090802:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090802:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090802:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090811:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090812:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090812:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090812:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090821:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090822:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090822:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090822:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495090831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CARRIER
1495090831:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:51914) CTCP(900) <-> TCP(106) <-> OSSL(107) <-> OHTT(108) <-> [JVAR(109)]
1495090831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CONNECTOR
1495090832:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090832:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090832:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495090832:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:51914) CTCP(900) <-> TCP(106) <-> OSSL(107) <-> OHTT(108) <-> [JVAR(109)] unregistered from application: lminterface
1495090832:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495090841:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090842:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090842:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090842:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090851:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090852:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090852:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090852:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090861:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090862:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090862:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090862:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090871:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090872:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090872:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090872:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090881:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090882:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090882:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090882:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090891:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090892:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090892:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090892:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090901:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090902:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090902:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090902:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090911:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090912:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090912:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090912:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090921:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090922:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090922:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090922:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090931:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090932:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090932:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090932:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090941:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090942:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090942:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090942:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090951:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090952:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090952:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090952:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090961:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090962:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090962:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090962:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090971:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090972:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090972:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090972:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090981:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090982:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090982:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090982:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495090991:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495090992:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495090992:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495090992:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091001:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091002:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091002:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091002:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091011:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091012:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091012:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091012:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091021:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091022:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091022:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091022:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091032:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091032:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091032:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091041:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091042:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091042:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091042:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091051:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091052:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091052:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091052:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091061:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091062:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091062:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091062:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091071:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091072:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091072:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091072:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091081:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091082:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091082:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091082:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091091:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091092:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091092:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091092:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091101:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091102:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091102:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091102:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091111:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091112:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091112:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091112:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091121:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091122:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091122:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091122:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091131:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091132:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091132:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091132:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091141:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091142:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091142:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091142:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091151:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091152:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091152:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091152:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091161:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091162:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091162:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091162:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091171:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091172:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091172:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091172:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091181:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091182:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091182:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091182:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091191:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091192:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091192:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091192:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091201:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091202:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091202:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091202:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091211:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091212:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091212:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091212:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091221:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091222:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091222:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091222:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091232:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091232:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091232:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091241:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091242:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091242:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091242:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091251:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091252:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091252:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091252:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091261:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091262:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091262:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091262:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091271:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091272:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091272:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091272:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091281:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091282:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091282:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091282:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091291:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091292:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091292:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091292:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091301:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091302:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091302:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091302:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091311:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091312:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091312:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091312:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091321:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091322:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091322:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091322:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091331:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091332:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091332:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091332:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091341:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091342:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091342:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091342:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091351:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091352:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091352:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091352:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091361:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091362:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091362:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091362:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091371:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091372:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091372:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091372:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091381:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091382:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091382:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091382:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091391:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091392:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091392:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091392:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091401:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091402:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091402:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091402:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091411:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091412:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091412:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091412:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091421:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091422:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091422:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091422:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495091431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CARRIER
1495091431:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:52229) CTCP(948) <-> TCP(110) <-> OSSL(111) <-> OHTT(112) <-> [JVAR(113)]
1495091431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CONNECTOR
1495091432:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091432:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091432:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495091434:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:52229) CTCP(948) <-> TCP(110) <-> OSSL(111) <-> OHTT(112) <-> [JVAR(113)] unregistered from application: lminterface
1495091434:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495091441:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091442:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091442:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091442:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091451:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091452:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091452:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091452:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091461:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091462:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091462:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091462:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091471:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091472:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091472:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091472:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091481:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091482:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091482:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091482:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091491:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091492:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091492:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091492:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091501:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091502:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091502:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091502:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091511:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091512:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091512:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091512:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091521:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091522:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091522:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091522:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091531:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091532:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091532:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091532:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091541:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091542:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091542:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091542:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091551:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091552:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091552:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091552:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091561:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091562:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091562:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091562:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091571:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091572:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091572:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091572:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091581:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091582:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091582:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091582:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091591:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091592:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091592:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091592:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091601:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091602:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091602:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091602:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091611:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091612:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091612:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091612:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091621:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091622:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091622:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091622:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091632:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091632:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091632:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091641:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091642:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091642:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091642:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091651:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091652:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091652:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091652:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091661:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091662:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091662:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091662:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091671:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091672:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091672:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091672:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091681:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091682:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091682:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091682:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091691:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091692:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091692:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091692:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091701:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091702:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091702:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091702:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091711:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091712:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091712:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091712:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091721:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091722:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091722:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091722:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091731:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091732:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091732:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091732:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091741:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091742:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091742:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091742:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091751:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091752:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091752:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091752:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091761:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091762:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091762:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091762:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091771:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091772:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091772:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091772:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091781:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091782:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091782:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091782:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091791:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091792:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091792:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091792:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091801:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091802:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091802:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091802:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091811:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091812:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091812:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091812:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091813:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495091813:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 192.168.100.117:49398; Near: 192.168.100.219:1935) CTCP(1020) <-> TCP(114) <-> [IR(115)]
1495091813:6:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:835:BaseRTMPAppProtocolHandler::ProcessInvokeConnect:User agent `WIN 25,0,0,171` on connection (Far: 192.168.100.117:49398; Near: 192.168.100.219:1935) CTCP(1020) <-> TCP(114) <-> [IR(115)]
1495091813:3:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:1163:BaseRTMPAppProtocolHandler::ProcessInvokePlay:NetStream.play(“mystream.sdp”,-1.000,-1.000,true) called on (Far: 192.168.100.117:49398; Near: 192.168.100.219:1935) CTCP(1020) <-> TCP(114) <-> [IR(115)]
1495091813:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:391:BaseClientApplication::SignalStreamRegistered:Stream ONR(12) with name `mystream.sdp` from protocol IR(115) registered to origin application `evostreamms`
1495091813:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495091814:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091814:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091814:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495091821:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495091822:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091822:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091822:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495091831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495091832:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091832:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091832:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495091841:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495091842:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091842:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091842:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495091851:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495091852:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091852:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091852:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495091861:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495091862:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091862:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091862:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495091871:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495091872:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091872:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091872:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495091881:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495091882:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091882:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091882:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495091891:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495091892:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091892:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091892:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495091893:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:77:TCPCarrier::OnEvent:Unable to read data from connection: (Far: 192.168.100.117:49398; Near: 192.168.100.219:1935) CTCP(1020) <-> [TCP(114)] <-> IR(115). EOF encountered
1495091893:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495091893:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:397:BaseClientApplication::SignalStreamUnRegistered:Stream ONR(12) with name `mystream.sdp` from protocol IR(115) unregistered from origin application `evostreamms`
1495091893:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(115)] unregistered from application: evostreamms
1495091893:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091894:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091894:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091894:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091898:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495091898:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:397:BaseClientApplication::SignalStreamUnRegistered:Stream OFHLS(3) with name `mystream.sdp` from protocol PT(49) unregistered from origin application `evostreamms`
1495091898:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [PT(49)] unregistered from application: evostreamms
1495091898:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:397:BaseClientApplication::SignalStreamUnRegistered:Stream ONTS(4) with name `mystream.sdp` from protocol PT(54) unregistered from origin application `evostreamms`
1495091898:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [PT(54)] unregistered from application: evostreamms
1495091898:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495091898:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:397:BaseClientApplication::SignalStreamUnRegistered:Stream INR(2) with name `mystream.sdp` from protocol IR(48) unregistered from origin application `evostreamms`
1495091898:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:102:TCPCarrier::OnEvent:Unable to read data from connection: (Far: 127.0.0.1:50282; Near: 127.0.0.1:1936) CTCP(376) <-> [TCP(47)] <-> IR(48). WSAGetLastError returned: 10054
1495091898:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CARRIER
1495091898:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(48)] unregistered from application: evostreamms
1495091898:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CONNECTOR
1495091898:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CONNECTOR
1495091898:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_UDP_CARRIER
1495091898:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CARRIER
1495091898:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 127.0.0.1:52360; Near: 127.0.0.1:1936) CTCP(372) <-> TCP(116) <-> [IR(117)]
1495091898:3:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:962:BaseRTMPAppProtocolHandler::ProcessInvokePublish:NetStream.publish(“mystream.sdp”,”live”) called on (Far: 127.0.0.1:52360; Near: 127.0.0.1:1936) CTCP(372) <-> TCP(116) <-> [IR(117)]
1495091898:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:391:BaseClientApplication::SignalStreamRegistered:Stream INR(13) with name `mystream.sdp` from protocol IR(117) registered to origin application `evostreamms`
1495091898:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:391:BaseClientApplication::SignalStreamRegistered:Stream OFHLS(14) with name `mystream.sdp` from protocol PT(118) registered to origin application `evostreamms`
1495091898:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 26->27 IOHT_TCP_CONNECTOR
1495091898:3:..\..\..\sources\applications\evorouter\src\application\originapplication.cpp:3515:app_evorouter::OriginApplication::ProcessAutoHLS:Auto HLS created for stream mystream.sdp in folder C:\WOWRipple\media
1495091898:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 27->28 IOHT_TCP_CONNECTOR
1495091898:2:..\..\..\sources\thelib\src\streaming\baseoutstream.cpp:469:BaseOutStream::GenericStreamCapabilitiesChanged:Audio codec AUNK not supported by stream type OFHLS
1495091898:2:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:291:BaseClientApplication::GetProtocolHandler:Protocol handler not activated for protocol type DRM in application evostreamms
1495091899:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091899:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091899:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 28->27 IOHT_TCP_CONNECTOR
1495091899:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091899:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091899:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 27->26 IOHT_TCP_CONNECTOR
1495091899:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091899:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091899:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CONNECTOR
1495091899:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091899:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091899:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CONNECTOR
1495091899:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091899:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091899:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495091899:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091899:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091899:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495091908:3:..\..\..\sources\thelib\src\streaming\hls\hlsplaylist.cpp:1263:HLSPlaylist::GetBandwidth:Bandwidth detected on stream mystream.sdp: 5007kb/s. Invalidating the master playlist
1495091908:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495091909:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091909:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091909:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495091918:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495091919:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091919:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091919:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495091928:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495091929:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091929:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091929:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495091938:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495091939:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091939:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091939:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495091948:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495091949:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091949:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091949:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495091958:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495091959:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091959:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091959:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495091968:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495091969:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091969:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091969:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495091978:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495091979:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091979:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091979:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495091988:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495091989:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091989:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091989:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495091998:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495091999:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495091999:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495091999:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092008:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092009:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092009:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092009:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092018:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092019:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092019:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092019:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092028:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092029:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092029:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092029:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495092031:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:52400) CTCP(840) <-> TCP(119) <-> OSSL(120) <-> OHTT(121) <-> [JVAR(122)]
1495092031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495092033:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:52400) CTCP(840) <-> TCP(119) <-> OSSL(120) <-> OHTT(121) <-> [JVAR(122)] unregistered from application: lminterface
1495092033:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CARRIER
1495092038:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092039:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092039:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092039:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092048:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092049:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092049:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092049:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092058:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092059:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092059:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092059:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092068:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092069:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092069:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092069:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092078:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092079:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092079:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092079:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092088:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092089:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092089:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092089:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092098:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092099:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092099:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092099:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092108:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092109:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092109:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092109:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092118:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092119:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092119:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092119:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092128:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092129:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092129:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092129:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092138:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092139:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092139:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092139:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092148:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092149:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092149:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092149:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092158:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092159:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092159:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092159:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092168:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092169:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092169:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092169:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092178:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092179:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092179:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092179:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092188:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092189:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092189:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092189:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092198:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092199:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092199:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092199:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092208:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092209:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092209:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092209:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092218:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092219:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092219:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092219:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092228:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092229:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092229:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092229:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092238:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092239:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092239:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092239:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092248:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092249:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092249:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092249:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092258:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092259:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092259:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092259:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092268:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092269:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092269:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092269:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092278:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092279:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092279:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092279:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092288:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092289:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092289:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092289:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092298:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092299:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092299:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092299:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092308:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092309:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092309:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092309:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092318:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092319:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092319:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092319:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092328:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092329:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092329:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092329:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092338:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092339:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092339:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092339:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092348:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092349:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092349:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092349:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092358:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092359:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092359:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092359:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092368:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092369:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092369:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092369:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092378:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092379:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092379:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092379:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092388:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092389:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092389:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092389:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092398:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092399:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092399:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092399:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092408:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092409:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092409:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092409:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092418:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092419:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092419:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092419:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092428:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092429:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092429:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092429:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092438:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092439:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092439:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092439:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092448:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092449:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092449:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092449:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092458:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092459:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092459:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092459:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092468:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092469:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092469:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092469:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092478:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092479:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092479:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092479:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092488:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092489:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092489:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092489:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092498:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092499:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092499:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092499:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092508:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092509:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092509:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092509:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092518:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092519:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092519:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092519:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092528:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092529:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092529:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092529:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092538:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092539:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092539:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092539:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092548:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092549:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092549:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092549:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092558:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092559:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092559:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092559:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092568:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092569:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092569:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092569:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092578:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092579:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092579:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092579:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092588:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092589:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092589:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092589:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092598:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092599:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092599:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092599:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092608:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092609:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092609:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092609:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092618:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092619:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092619:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092619:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092628:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092629:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092629:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092629:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495092631:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:52591) CTCP(800) <-> TCP(123) <-> OSSL(124) <-> OHTT(125) <-> [JVAR(126)]
1495092631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495092632:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:52591) CTCP(800) <-> TCP(123) <-> OSSL(124) <-> OHTT(125) <-> [JVAR(126)] unregistered from application: lminterface
1495092632:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CARRIER
1495092638:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092639:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092639:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092639:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092648:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092649:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092649:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092649:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092658:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092659:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092659:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092659:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092668:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092669:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092669:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092669:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092678:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092679:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092679:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092679:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092688:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092689:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092689:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092689:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092698:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092699:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092699:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092699:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092708:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092709:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092709:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092709:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092718:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092719:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092719:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092719:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092728:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092729:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092729:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092729:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092738:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092739:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092739:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092739:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092748:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092749:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092749:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092749:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092758:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092759:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092759:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092759:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092768:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092769:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092769:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092769:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092778:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092779:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092779:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092779:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092788:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092789:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092789:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092789:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092798:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092799:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092799:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092799:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092808:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092809:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092809:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092809:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092818:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092819:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092819:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092819:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092828:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092829:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092829:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092829:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092838:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092839:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092839:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092839:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092848:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092849:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092849:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092849:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092858:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092859:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092859:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092859:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092868:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092869:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092869:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092869:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092878:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092879:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092879:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092879:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092888:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092889:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092889:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092889:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092898:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092899:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092899:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092899:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092908:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092909:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092909:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092909:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092918:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092919:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092919:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092919:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092928:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092929:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092929:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092929:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092938:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092939:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092939:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092939:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092948:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092949:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092949:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092949:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092958:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092959:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092959:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092959:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092968:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092969:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092969:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092969:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092978:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092979:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092979:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092979:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092988:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092989:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092989:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092989:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495092998:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495092999:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495092999:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495092999:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093008:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093009:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093009:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093009:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093018:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093019:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093019:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093019:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093028:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093029:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093029:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093029:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093038:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093039:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093039:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093039:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093048:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093049:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093049:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093049:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093058:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093059:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093059:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093059:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093068:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093069:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093069:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093069:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093078:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093079:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093079:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093079:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093088:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093089:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093089:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093089:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093098:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093099:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093099:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093099:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093108:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093109:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093109:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093109:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093118:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093119:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093119:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093119:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093128:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093129:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093129:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093129:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093138:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093139:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093139:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093139:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093148:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093149:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093149:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093149:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093158:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093159:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093159:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093159:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093168:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093169:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093169:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093169:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093178:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093179:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093179:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093179:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093188:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093189:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093189:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093189:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093198:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093199:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093199:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093199:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093208:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093209:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093209:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093209:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093218:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093219:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093219:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093219:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093228:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093229:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093229:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093229:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495093231:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:52728) CTCP(704) <-> TCP(127) <-> OSSL(128) <-> OHTT(129) <-> [JVAR(130)]
1495093231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495093232:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:52728) CTCP(704) <-> TCP(127) <-> OSSL(128) <-> OHTT(129) <-> [JVAR(130)] unregistered from application: lminterface
1495093232:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CARRIER
1495093238:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093239:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093239:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093239:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093248:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093249:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093249:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093249:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093258:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093259:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093259:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093259:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093268:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093269:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093269:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093269:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093278:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093279:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093279:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093279:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093288:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093289:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093289:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093289:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093298:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093299:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093299:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093299:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093308:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093309:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093309:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093309:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093318:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093319:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093319:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093319:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093328:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093329:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093329:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093329:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093338:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093339:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093339:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093339:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093348:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093349:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093349:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093349:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093358:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093359:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093359:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093359:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093368:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093369:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093369:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093369:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093378:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093379:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093379:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093379:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093388:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093389:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093389:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093389:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093398:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093399:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093399:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093399:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093408:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093409:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093409:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093409:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093418:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093419:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093419:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093419:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093428:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093429:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093429:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093429:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093438:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093439:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093439:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093439:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093448:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093449:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093449:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093449:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093458:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093459:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093459:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093459:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093468:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093469:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093469:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093469:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093478:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093479:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093479:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093479:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093488:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093489:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093489:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093489:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093498:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093499:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093499:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093499:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093508:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093509:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093509:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093509:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093518:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093519:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093519:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093519:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093528:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093529:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093529:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093529:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093538:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093539:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093539:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093539:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093548:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093549:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093549:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093549:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093558:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093559:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093559:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093559:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093568:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093569:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093569:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093569:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093578:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093579:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093579:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093579:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093588:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093589:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093589:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093589:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093598:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093599:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093599:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093599:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093608:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093609:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093609:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093609:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093618:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093619:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093619:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093619:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093628:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093629:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093629:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093629:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093638:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093639:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093639:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093639:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093648:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093649:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093649:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093649:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093658:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093659:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093659:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093659:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093668:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093669:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093669:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093669:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093678:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093679:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093679:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093679:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093688:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093689:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093689:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093689:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093698:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093699:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093699:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093699:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093708:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093709:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093709:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093709:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093718:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093719:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093719:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093719:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093728:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093729:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093729:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093729:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093738:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093739:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093739:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093739:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093748:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093749:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093749:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093749:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093758:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093759:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093759:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093759:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093768:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093769:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093769:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093769:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093778:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093779:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093779:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093779:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093788:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093789:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093789:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093789:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093798:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093799:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093799:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093799:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093808:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093809:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093809:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093809:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093818:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093819:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093819:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093819:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093828:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093829:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093829:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093829:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495093831:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:52878) CTCP(704) <-> TCP(131) <-> OSSL(132) <-> OHTT(133) <-> [JVAR(134)]
1495093831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495093832:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:52878) CTCP(704) <-> TCP(131) <-> OSSL(132) <-> OHTT(133) <-> [JVAR(134)] unregistered from application: lminterface
1495093832:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CARRIER
1495093838:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093839:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093839:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093839:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093848:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093849:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093849:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093849:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093858:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093859:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093859:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093859:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093868:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093869:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093869:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093869:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093878:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093879:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093879:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093879:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093888:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093889:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093889:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093889:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093898:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093899:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093899:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093899:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093908:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093909:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093909:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093909:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093918:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093919:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093919:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093919:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093928:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093929:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093929:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093929:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093938:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093939:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093939:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093939:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093948:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093949:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093949:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093949:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093958:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093959:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093959:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093959:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093968:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093969:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093969:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093969:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093978:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093979:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093979:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093979:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093988:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093989:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093989:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093989:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495093998:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495093999:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495093999:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495093999:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094008:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094009:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094009:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094009:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094018:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094019:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094019:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094019:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094028:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094029:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094029:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094029:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094038:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094039:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094039:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094039:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094048:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094049:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094049:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094049:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094058:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094059:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094059:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094059:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094068:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094069:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094069:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094069:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094078:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094079:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094079:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094079:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094088:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094089:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094089:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094089:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094098:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094099:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094099:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094099:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094108:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094109:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094109:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094109:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094118:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094119:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094119:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094119:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094128:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094129:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094129:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094129:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094138:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094139:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094139:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094139:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094148:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094149:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094149:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094149:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094158:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094159:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094159:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094159:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094168:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094169:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094169:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094169:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094178:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094179:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094179:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094179:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094188:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094189:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094189:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094189:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094198:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094199:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094199:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094199:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094208:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094209:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094209:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094209:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094218:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094219:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094219:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094219:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094228:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094229:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094229:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094229:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094238:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094239:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094239:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094239:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094248:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094249:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094249:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094249:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094258:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094259:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094259:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094259:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094268:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094269:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094269:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094269:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094278:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094279:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094279:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094279:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094288:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094289:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094289:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094289:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094298:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094299:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094299:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094299:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094308:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094309:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094309:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094309:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094318:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094319:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094319:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094319:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094328:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094329:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094329:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094329:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094338:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094339:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094339:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094339:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094348:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094349:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094349:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094349:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094358:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094359:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094359:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094359:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094368:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094369:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094369:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094369:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094378:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094379:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094379:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094379:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094388:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094389:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094389:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094389:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094398:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094399:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094399:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094399:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094408:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094409:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094409:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094409:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094418:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094419:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094419:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094419:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094428:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094429:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094429:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094429:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495094431:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:53015) CTCP(724) <-> TCP(135) <-> OSSL(136) <-> OHTT(137) <-> [JVAR(138)]
1495094431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495094432:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:53015) CTCP(724) <-> TCP(135) <-> OSSL(136) <-> OHTT(137) <-> [JVAR(138)] unregistered from application: lminterface
1495094432:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CARRIER
1495094438:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094439:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094439:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094439:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094448:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094449:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094449:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094449:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094458:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094459:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094459:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094459:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094468:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094469:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094469:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094469:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094478:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094479:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094479:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094479:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094488:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094489:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094489:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094489:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094498:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094499:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094499:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094499:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094508:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094509:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094509:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094509:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094518:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094519:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094519:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094519:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094528:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094529:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094529:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094529:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094538:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094539:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094539:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094539:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094548:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094549:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094549:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094549:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094558:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094559:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094559:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094559:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094568:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094569:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094569:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094569:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094578:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094579:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094579:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094579:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094588:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094589:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094589:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094589:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094598:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094599:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094599:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094599:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094608:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094609:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094609:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094609:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094618:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094619:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094619:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094619:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094628:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094629:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094629:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094629:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094638:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094639:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094639:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094639:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094648:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094649:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094649:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094649:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094658:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094659:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094659:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094659:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094668:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094669:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094669:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094669:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094678:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094679:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094679:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094679:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094688:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094689:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094689:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094689:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094698:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094699:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094699:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094699:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094708:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094709:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094709:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094709:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094718:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094719:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094719:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094719:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094728:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094729:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094729:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094729:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094738:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094739:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094739:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094739:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094748:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094749:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094749:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094749:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094758:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094759:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094759:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094759:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094768:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094769:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094769:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094769:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094778:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094779:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094779:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094779:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094788:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094789:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094789:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094789:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094798:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094799:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094799:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094799:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094808:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094809:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094809:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094809:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094818:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094819:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094819:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094819:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094828:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094829:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094829:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094829:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094838:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094839:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094839:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094839:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094848:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094849:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094849:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094849:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094858:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094859:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094859:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094859:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094868:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094869:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094869:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094869:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094878:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094879:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094879:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094879:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094888:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094889:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094889:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094889:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094898:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094899:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094899:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094899:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094908:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094909:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094909:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094909:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094918:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094919:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094919:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094919:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094928:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094929:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094929:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094929:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094938:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094939:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094939:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094939:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094948:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094949:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094949:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094949:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094958:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094959:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094959:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094959:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094968:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094969:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094969:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094969:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094978:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094979:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094979:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094979:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094988:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094989:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094989:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094989:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495094998:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495094999:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495094999:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495094999:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095008:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095009:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095009:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095009:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095018:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095019:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095019:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095019:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095028:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095029:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095029:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095029:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495095031:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:53157) CTCP(660) <-> TCP(139) <-> OSSL(140) <-> OHTT(141) <-> [JVAR(142)]
1495095031:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495095032:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:53157) CTCP(660) <-> TCP(139) <-> OSSL(140) <-> OHTT(141) <-> [JVAR(142)] unregistered from application: lminterface
1495095032:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CARRIER
1495095038:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095039:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095039:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095039:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095048:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095049:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095049:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095049:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095058:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095059:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095059:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095059:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095068:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095069:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095069:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095069:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095078:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095079:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095079:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095079:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095088:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095089:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095089:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095089:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095098:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095099:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095099:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095099:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095108:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095109:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095109:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095109:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095118:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095119:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095119:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095119:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095128:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095129:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095129:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095129:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095138:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095139:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095139:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095139:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095148:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095149:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095149:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095149:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095158:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095159:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095159:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095159:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095168:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095169:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095169:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095169:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095178:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095179:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095179:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095179:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095188:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095189:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095189:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095189:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095198:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095199:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095199:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095199:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095208:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095209:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095209:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095209:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095218:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095219:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095219:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095219:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095228:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095229:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095229:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095229:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095238:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095239:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095239:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095239:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095248:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095249:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095249:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095249:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095258:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095259:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095259:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095259:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095268:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095269:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095269:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095269:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095278:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095279:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095279:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095279:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095288:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095289:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095289:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095289:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095298:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095299:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095299:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095299:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095308:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095309:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095309:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095309:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095318:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095319:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095319:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095319:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095328:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095329:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095329:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095329:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095338:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095339:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095339:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095339:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095348:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095349:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095349:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095349:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095358:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095359:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095359:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095359:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095368:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095369:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095369:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095369:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095378:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095379:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095379:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095379:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095388:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095389:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095389:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095389:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095398:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095399:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095399:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095399:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095408:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095409:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095409:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095409:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095418:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095419:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095419:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095419:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095428:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095429:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095429:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095429:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095438:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095439:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095439:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095439:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095448:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095449:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095449:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095449:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095458:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095459:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095459:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095459:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095468:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095469:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095469:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095469:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095478:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095479:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095479:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095479:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095488:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095489:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095489:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095489:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095498:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095499:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095499:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095499:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095508:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095509:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095509:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095509:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095518:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095519:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095519:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095519:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095528:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095529:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095529:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095529:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095538:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095539:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095539:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095539:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095548:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095549:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095549:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095549:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095558:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095559:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095559:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095559:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095568:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095569:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095569:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095569:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095578:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095579:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095579:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095579:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095588:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095589:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095589:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095589:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095598:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095599:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095599:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095599:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095608:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095609:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095609:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095609:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095618:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095619:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095619:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095619:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095628:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095629:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095629:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095629:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495095631:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:53302) CTCP(516) <-> TCP(143) <-> OSSL(144) <-> OHTT(145) <-> [JVAR(146)]
1495095631:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495095632:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:53302) CTCP(516) <-> TCP(143) <-> OSSL(144) <-> OHTT(145) <-> [JVAR(146)] unregistered from application: lminterface
1495095632:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CARRIER
1495095638:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095639:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095639:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095639:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095648:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095649:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095649:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095649:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095658:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095659:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095659:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095659:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095668:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095669:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095669:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095669:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095678:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095679:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095679:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095679:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095688:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095689:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095689:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095689:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095698:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095699:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095699:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095699:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095708:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095709:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095709:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095709:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095718:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095719:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095719:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095719:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095728:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095729:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095729:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095729:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095738:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095739:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095739:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095739:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095748:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095749:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095749:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095749:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095758:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095759:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095759:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095759:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095768:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095769:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095769:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095769:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095778:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095779:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095779:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095779:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095788:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095789:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095789:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095789:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095798:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095799:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095799:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095799:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095808:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095809:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095809:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095809:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095818:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095819:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095819:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095819:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095828:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095829:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095829:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095829:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095838:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095839:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095839:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095839:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095848:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095849:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095849:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095849:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095858:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095859:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095859:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095859:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095868:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095869:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095869:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095869:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095878:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095879:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095879:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095879:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095888:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095889:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095889:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095889:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095898:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095899:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095899:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095899:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095908:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095909:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095909:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095909:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095918:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095919:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095919:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095919:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095928:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095929:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095929:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095929:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095938:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095939:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095939:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095939:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095948:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095949:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095949:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095949:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095958:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095959:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095959:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095959:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095968:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095969:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095969:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095969:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095978:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095979:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095979:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095979:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095988:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095989:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095989:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095989:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495095998:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495095999:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495095999:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495095999:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096008:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096009:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096009:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096009:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096018:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096019:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096019:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096019:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096028:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096029:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096029:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096029:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096038:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096039:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096039:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096039:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096048:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096049:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096049:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096049:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096058:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096059:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096059:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096059:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096068:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096069:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096069:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096069:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096078:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096079:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096079:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096079:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096088:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096089:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096089:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096089:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096098:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096099:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096099:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096099:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096108:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096109:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096109:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096109:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096118:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096119:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096119:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096119:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096128:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096129:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096129:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096129:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096138:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096139:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096139:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096139:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096148:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096149:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096149:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096149:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096158:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096159:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096159:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096159:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096168:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096169:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096169:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096169:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096178:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096179:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096179:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096179:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096188:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096189:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096189:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096189:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096198:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096199:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096199:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096199:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096208:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096209:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096209:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096209:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096218:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096219:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096219:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096219:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096228:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096229:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096229:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096229:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495096231:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:53450) CTCP(512) <-> TCP(147) <-> OSSL(148) <-> OHTT(149) <-> [JVAR(150)]
1495096231:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495096232:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:53450) CTCP(512) <-> TCP(147) <-> OSSL(148) <-> OHTT(149) <-> [JVAR(150)] unregistered from application: lminterface
1495096232:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CARRIER
1495096238:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096239:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096239:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096239:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096248:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096249:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096249:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096249:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096258:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096259:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096259:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096259:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096268:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096269:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096269:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096269:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096278:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096279:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096279:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096279:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096288:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096289:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096289:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096289:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096298:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096299:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096299:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096299:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096308:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096309:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096309:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096309:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096318:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096319:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096319:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096319:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096328:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096329:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096329:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096329:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096338:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096339:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096339:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096339:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096348:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096349:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096349:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096349:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096358:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096359:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096359:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096359:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096368:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096369:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096369:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096369:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096378:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096379:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096379:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096379:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096388:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096389:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096389:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096389:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096398:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096399:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096399:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096399:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096408:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096409:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096409:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096409:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096418:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096419:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096419:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096419:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096428:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096429:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096429:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096429:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096438:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096439:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096439:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096439:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096448:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096449:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096449:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096449:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096458:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096459:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096459:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096459:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096468:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096469:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096469:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096469:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096478:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096479:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096479:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096479:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096488:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096489:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096489:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096489:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096498:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096499:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096499:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096499:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096508:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096509:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096509:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096509:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096518:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096519:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096519:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096519:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096528:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096529:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096529:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096529:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096538:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096539:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096539:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096539:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096548:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096549:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096549:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096549:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096558:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096559:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096559:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096559:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096568:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096569:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096569:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096569:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096578:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096579:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096579:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096579:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096588:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096589:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096589:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096589:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096598:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096599:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096599:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096599:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096608:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096609:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096609:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096609:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096618:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096619:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096619:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096619:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096628:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096629:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096629:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096629:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096638:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096639:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096639:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096639:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096648:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096649:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096649:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096649:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096658:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096659:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096659:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096659:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096668:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096669:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096669:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096669:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096678:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096679:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096679:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096679:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096688:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096689:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096689:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096689:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096698:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096699:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096699:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096699:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096708:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096709:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096709:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096709:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096718:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096719:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096719:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096719:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096728:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096729:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096729:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096729:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096738:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096739:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096739:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096739:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096748:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096749:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096749:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096749:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096758:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096759:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096759:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096759:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096768:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096769:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096769:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096769:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096778:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096779:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096779:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096779:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096788:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096789:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096789:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096789:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096798:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096799:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096799:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096799:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096808:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096809:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096809:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096809:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096818:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096819:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096819:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096819:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096828:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096829:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096829:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096829:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495096831:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:53603) CTCP(428) <-> TCP(151) <-> OSSL(152) <-> OHTT(153) <-> [JVAR(154)]
1495096831:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495096832:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:53603) CTCP(428) <-> TCP(151) <-> OSSL(152) <-> OHTT(153) <-> [JVAR(154)] unregistered from application: lminterface
1495096832:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CARRIER
1495096838:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096839:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096839:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096839:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096848:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096849:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096849:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096849:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096858:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096859:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096859:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096859:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096868:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096869:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096869:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096869:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096878:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096879:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096879:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096879:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096888:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096889:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096889:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096889:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096898:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096899:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096899:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096899:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096908:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096909:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096909:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096909:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096918:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096919:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096919:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096919:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096928:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096929:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096929:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096929:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096938:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096939:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096939:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096939:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096948:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096949:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096949:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096949:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096958:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096959:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096959:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096959:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096968:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096969:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096969:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096969:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096978:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096979:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096979:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096979:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096988:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096989:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096989:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096989:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495096998:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495096999:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495096999:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495096999:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097008:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097009:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097009:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097009:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097018:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097019:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097019:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097019:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097028:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097029:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097029:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097029:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097038:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097039:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097039:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097039:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097048:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097049:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097049:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097049:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097058:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097059:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097059:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097059:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097068:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097069:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097069:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097069:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097078:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097079:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097079:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097079:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097088:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097089:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097089:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097089:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097098:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097099:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097099:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097099:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097108:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097109:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097109:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097109:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097118:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097119:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097119:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097119:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097128:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097129:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097129:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097129:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097138:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097139:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097139:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097139:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097148:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097149:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097149:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097149:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097158:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097159:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097159:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097159:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097168:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097169:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097169:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097169:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097178:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097179:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097179:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097179:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097188:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097189:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097189:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097189:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097198:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097199:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097199:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097199:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097208:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097209:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097209:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097209:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097218:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097219:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097219:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097219:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097228:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097229:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097229:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097229:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097238:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097239:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097239:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097239:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097248:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097249:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097249:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097249:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097258:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097259:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097259:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097259:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097268:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097269:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097269:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097269:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097278:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097279:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097279:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097279:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097288:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097289:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097289:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097289:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097298:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097299:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097299:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097299:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097308:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097309:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097309:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097309:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097318:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097319:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097319:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097319:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097328:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097329:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097329:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097329:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097338:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097339:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097339:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097339:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097348:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097349:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097349:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097349:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097358:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097359:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097359:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097359:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097368:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097369:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097369:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097369:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097371:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CARRIER
1495097371:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 192.168.100.117:49416; Near: 192.168.100.219:1935) CTCP(880) <-> TCP(155) <-> [IR(156)]
1495097371:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495097371:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 192.168.100.117:49419; Near: 192.168.100.219:1935) CTCP(728) <-> TCP(157) <-> [IR(158)]
1495097371:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 24->25 IOHT_TCP_CARRIER
1495097371:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 192.168.100.117:49422; Near: 192.168.100.219:1935) CTCP(512) <-> TCP(159) <-> [IR(160)]
1495097371:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CARRIER
1495097371:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 192.168.100.117:49423; Near: 192.168.100.219:1935) CTCP(504) <-> TCP(161) <-> [IR(162)]
1495097373:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 26->27 IOHT_TCP_CARRIER
1495097373:3:..\..\..\sources\thelib\src\netio\iocp\tcpacceptor.cpp:227:TCPAcceptor::Accept:Inbound connection accepted: (Far: 192.168.100.117:49427; Near: 192.168.100.219:1935) CTCP(428) <-> TCP(163) <-> [IR(164)]
1495097373:6:..\..\..\sources\thelib\src\protocols\rtmp\basertmpappprotocolhandler.cpp:835:BaseRTMPAppProtocolHandler::ProcessInvokeConnect:User agent `WIN 25,0,0,171` on connection (Far: 192.168.100.117:49416; Near: 192.168.100.219:1935) CTCP(880) <-> TCP(155) <-> [IR(156)]
1495097374:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:77:TCPCarrier::OnEvent:Unable to read data from connection: (Far: 192.168.100.117:49422; Near: 192.168.100.219:1935) CTCP(512) <-> [TCP(159)] <-> IR(160). EOF encountered
1495097374:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 27->26 IOHT_TCP_CARRIER
1495097374:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(160)] unregistered from application: evostreamms
1495097374:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:77:TCPCarrier::OnEvent:Unable to read data from connection: (Far: 192.168.100.117:49416; Near: 192.168.100.219:1935) CTCP(880) <-> [TCP(155)] <-> IR(156). EOF encountered
1495097374:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CARRIER
1495097374:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(156)] unregistered from application: evostreamms
1495097378:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 25->26 IOHT_TCP_CONNECTOR
1495097379:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097379:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097379:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 26->25 IOHT_TCP_CONNECTOR
1495097382:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:77:TCPCarrier::OnEvent:Unable to read data from connection: (Far: 192.168.100.117:49427; Near: 192.168.100.219:1935) CTCP(428) <-> [TCP(163)] <-> IR(164). EOF encountered
1495097382:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:77:TCPCarrier::OnEvent:Unable to read data from connection: (Far: 192.168.100.117:49423; Near: 192.168.100.219:1935) CTCP(504) <-> [TCP(161)] <-> IR(162). EOF encountered
1495097382:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 25->24 IOHT_TCP_CARRIER
1495097382:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495097382:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(162)] unregistered from application: evostreamms
1495097382:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(164)] unregistered from application: evostreamms
1495097388:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495097389:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097389:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097389:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495097398:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495097399:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097399:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097399:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495097402:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:77:TCPCarrier::OnEvent:Unable to read data from connection: (Far: 192.168.100.117:49419; Near: 192.168.100.219:1935) CTCP(728) <-> [TCP(157)] <-> IR(158). EOF encountered
1495097402:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CARRIER
1495097402:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(158)] unregistered from application: evostreamms
1495097408:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097409:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097409:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097409:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097418:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097419:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097419:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097419:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097428:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097429:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097429:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097429:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097431:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097433:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CARRIER
1495097433:3:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:135:TCPConnector<class BaseVariantAppProtocolHandler>::OnEvent:Outbound connection established: (Far: 54.184.42.145:443; Near: 192.168.100.219:53775) CTCP(512) <-> TCP(165) <-> OSSL(166) <-> OHTT(167) <-> [JVAR(168)]
1495097433:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CONNECTOR
1495097434:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol (Far: 54.184.42.145:443; Near: 192.168.100.219:53775) CTCP(512) <-> TCP(165) <-> OSSL(166) <-> OHTT(167) <-> [JVAR(168)] unregistered from application: lminterface
1495097434:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CARRIER
1495097438:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097439:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097439:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097439:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097448:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097449:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097449:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097449:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097458:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097459:0:c:\jenkins\workspace\evostreamms.win\windows\windows.10.64\sources\thelib\include\netio/iocp/tcpconnector.h:86:TCPConnector<class BaseRPCAppProtocolHandler>::OnEvent:TCPConnector failed. Error code was: 1225
1495097459:2:..\..\..\sources\thelib\src\protocols\rpc\baserpcappprotocolhandler.cpp:184:BaseRPCAppProtocolHandler::ConnectionFailed:Connection failed:<>
1495097459:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 23->22 IOHT_TCP_CONNECTOR
1495097467:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 22->23 IOHT_TCP_CONNECTOR
1495097467:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:190:TCPCarrier::SignalOutputData:Unable to call WSASend. Error was: 10054
1495097467:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:397:BaseClientApplication::SignalStreamUnRegistered:Stream OFHLS(14) with name `mystream.sdp` from protocol PT(118) unregistered from origin application `evostreamms`
1495097467:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [PT(118)] unregistered from application: evostreamms
1495097467:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:117:IOHandlerManager::RegisterIOHandler:Handlers count changed: 23->24 IOHT_TCP_CONNECTOR
1495097467:3:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:397:BaseClientApplication::SignalStreamUnRegistered:Stream INR(13) with name `mystream.sdp` from protocol IR(117) unregistered from origin application `evostreamms`
1495097467:0:..\..\..\sources\thelib\src\netio\iocp\tcpcarrier.cpp:102:TCPCarrier::OnEvent:Unable to read data from connection: (Far: 127.0.0.1:52360; Near: 127.0.0.1:1936) CTCP(372) <-> [TCP(116)] <-> IR(117). WSAGetLastError returned: 10054
1495097467:4:..\..\..\sources\thelib\src\netio\iocp\iohandlermanager.cpp:126:IOHandlerManager::UnRegisterIOHandler:Handlers count changed: 24->23 IOHT_TCP_CARRIER
1495097467:6:..\..\..\sources\thelib\src\application\baseclientapplication.cpp:385:BaseClientApplication::UnRegisterProtocol:Protocol [IR(117)] unregistered from applicati