[Gambas-user] Trouble writing to Accepted Socket stream

Bruce adamnt42 at gmail.com
Sat Mar 30 02:45:33 CET 2019


I don't see why Ctrl+C is causing you so much grief? From Wikipedia:
"In many command-line interface environments, control-C is used to abort 
the current task and regain user control. It is a special sequence which 
causes the operating system to send a signal to the active program. 
Usually the signal causes it to end, but the program may "catch" it and 
do something else, typically returning control to the user."

and

"In POSIX systems, the sequence causes the active program to receive 
SIGINT, the interruption signal. If the program does not specify how to 
handle this condition, it is terminated. Typically a program which does 
handle a SIGINT will still terminate itself, or at least terminate the 
task running inside it. "

b
On 30/3/19 12:08 pm, Cedron Dawg wrote:
> Without the Close statement, the browser spins its wheel.  Stopping the Gambas program (closes connection) also makes the browser show the results.
> 
> The telnet behavior is still bothering me.  Could someone please confirm.
> 
> Comment out the the close statement.  It helps to have the version below with a timestamp included.
> 
> Hit a few characters, [enter], etc.  Then a [Ctrl-C] followed by [Enter]
> 
> This causes my running Gambas IDE to disappear.  Stops and closes.
> 
> 
> ----[ Gambas mailing-list is hosted by https://www.hostsharing.net ]----
> 


More information about the User mailing list