Index: trunk/GnssCenter/map_stations/thriftclient.cpp
===================================================================
--- trunk/GnssCenter/map_stations/thriftclient.cpp	(revision 5425)
+++ trunk/GnssCenter/map_stations/thriftclient.cpp	(revision 5426)
@@ -50,5 +50,7 @@
         }
       }
-      processor->process(protocol,protocol,0);
+      if (processor->process(protocol,protocol,0) == 0) {
+        break;
+      }
     }
     transport->close();
