MSIR.0596 Cancelling request due to lost Janus Sockets connection ID (sock num), print was captured: Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
(Automatically generated page update)
Line 6: Line 6:
<p class="code"> $SOCK_CAPTURE('''''sock_num''''', 'LOSTOK') </p>  
<p class="code"> $SOCK_CAPTURE('''''sock_num''''', 'LOSTOK') </p>  


[[Category:Sirius Mods messages]]
[[Category:Sirius Mods messages]] [[Category:MSIR.0400 - MSIR.0599]]

Revision as of 16:01, 13 August 2015

This message indicates that the application attempted some print output (for example, the User Language PRINT statement) and the print output was captured by a lost Janus Sockets connection.

The request is cancelled.

The socket number of the connection is shown as sock_num. If you want the request to not be cancelled, see the Janus Sockets documentation for methods to allow this situation to be handled. For example, you can use the following to indicate that the loss of a connection should not cause request cancellation:

$SOCK_CAPTURE(sock_num, 'LOSTOK')