|
@@ -142,3 +142,9 @@ data structure.
|
|
|
% MSGQ_SUBS_NEW_TARGET Creating new target for subscription to group '%1' for instance '%2'
|
|
|
Debug message. Creating a new subscription. Also creating a new data structure
|
|
|
to hold it.
|
|
|
+
|
|
|
+% MSGQ_SOCKET_TIMEOUT_ERROR Killing socket %1 because timeout exceeded (%2)
|
|
|
+Outgoing data was queued up on a socket connected to msgq, but the other
|
|
|
+side is not reading it. It could be deadlocked, or may not be monitoring
|
|
|
+it. Both cases are programming errors and should be corrected. The socket
|
|
|
+is closed on the msgq side.
|