Is there a way to check the status of the RPC connection on the server side? I am looking for a way to determine if a connection to a client is lost, whether it is a client failure or other connection problems.
Use Context Descriptors to control server status between calls for a specific client. RPC uses keep-alive to detect client disconnections and will perform your routine context processing routine if the client disconnects.
Answer Mo Flanagan is the best IMHO. Another context.
, RPC, " " - RPC.
, RPC _rundown, .
, , .
Source: https://habr.com/ru/post/1703886/More articles:Replacing foreach with LINQ query - c #Mylyn loses task context on reboot - eclipseWhat did you use for XMPPs that help you as a web developer / manager? - project-managementVideo and voice chat work in Python - pythonRecycle IIS Application Pool Using PowerShell: "Calling a Call to Exception" - powershellTransition between processors - assemblyHow to submit complex form using jQuery AJAX? - javascriptUsing C # to access Sharepoint - where can I find the help library? - referenceJava JLabel - adds a unique identifier - javaIs it too difficult to integrate Subversion into a simple file archive application? - version-controlAll Articles