mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-15 22:31:32 +01:00
esrf bug, shut down socket, but being processed and object deleted, fixed
This commit is contained in:
@@ -278,5 +278,8 @@ class Listener : private virtual slsReceiverDefs, public ThreadObject {
|
||||
|
||||
/** if the standard header is implemented in firmware */
|
||||
bool standardheader;
|
||||
|
||||
/** if the udp socket is connected */
|
||||
bool udpSocketAlive;
|
||||
};
|
||||
|
||||
|
||||
@@ -637,10 +637,10 @@ enum communicationProtocol{
|
||||
break;
|
||||
//incomplete packets or header packets ignored and read buffer again
|
||||
if(nsent != packet_size && nsent != header_packet_size)
|
||||
bprintf(RED,"Incomplete Packet size %d\n",nsent);
|
||||
bprintf(RED,"%d Incomplete Packet size %d\n", portno, nsent);
|
||||
}
|
||||
//nsent = 1040;
|
||||
total_sent+=nsent;
|
||||
if(nsent > 0)total_sent+=nsent;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
//#define SVNPATH ""
|
||||
#define SVNURL "git@git.psi.ch:sls_detectors_software/sls_receiver_software.git"
|
||||
//#define SVNREPPATH ""
|
||||
#define SVNREPUUID "1e33a1e0f7de91e255f4a1553445f80d184d84d2"
|
||||
//#define SVNREV 0x625
|
||||
#define SVNREPUUID "abdbd15341f292983b3943639c54404c700fbdb8"
|
||||
//#define SVNREV 0x627
|
||||
//#define SVNKIND ""
|
||||
//#define SVNSCHED ""
|
||||
#define SVNAUTH "Dhanya_Maliakal"
|
||||
#define SVNREV 0x625
|
||||
#define SVNDATE 0x20170808
|
||||
#define SVNREV 0x627
|
||||
#define SVNDATE 0x20170809
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user