Issues.00377 - lordmundi/wikidoctest GitHub Wiki

00377: add feature that allows WCS callbacks to keep socket open

« 00376 | Issues | 00378 »

Summary: add feature that allows WCS callbacks to keep socket open

Created: 2011–07–05 15:00

Status: Released

Category: Request

From: frankie

Version: 2.2

Released_In: 2.3

Description:

right now, after a callback for the web commanding server is processed, the socket is closed. This is a request to have a parameter when registering the callback which says to keep the socket alive and the callback itself will take care of closing the socket at the appropriate time.


Comments


« 00376 | Issues | 00378 »

Associated Commits

| commit | cd9c0505238e17d1b2e54d90c280075e40690268 link5 | || | Author: | Frank Graffagnino | | Date: | Tue Jul 5 15:02:49 2011 -0500 | | Message: | [@Issue 00377 and 00376: Fixed issue on windows and added keepalive option Now, when a callback is registered, it can optionally pass another arugment saying whether to keep the socket alive after the callback is executed. This is helpful for callbacks that want to continue to send stuff down the socket later and will take care of closing down the socket themselves. Also, this workaround should fix the WCS not loading on windows. @] |

Affected Files:

gui/web_commanding_server.tcl | 22 +++++++++++++++±-----
 1 file changed, 16 insertions(+), 6 deletions(-)