You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/etp/AbstractSession.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ namespace ETP_NS
166
166
167
167
/**
168
168
* Send a message to the server and block the thread until the answer of the server has been processed by the handlers
169
-
* Please look at setTimeOut if you want to set the default timeout value which is 10 000 ms.
169
+
* Please look at setTimeOut if you want to set the default timeout value which is 30 000 ms.
170
170
*
171
171
* @param message The ETP message to send
172
172
* @param correlationId The ID of the message which this message is answering to.
@@ -263,7 +263,7 @@ namespace ETP_NS
263
263
264
264
/**
265
265
* Send a message to the server and register a specific handler for the response and block the thread until the answer of the server has been processed by the handlers
266
-
* Please look at setTimeOut if you want to set the default timeout value which is 10 000 ms.
266
+
* Please look at setTimeOut if you want to set the default timeout value which is 30 000 ms.
267
267
*
268
268
* @param message The ETP message to send
269
269
* @param correlationId The ID of the message which this message is answering to.
0 commit comments