Форум: "Сети";
Текущий архив: 2003.06.26;
Скачать: [xml.tar.bz2];
ВнизTIdTelnet Найти похожие ветки
← →
alt7 (2003-04-21 16:09) [0]При дисконнекте постоянно появляется raise exception: ля-ля Disconnected gracefully. Причем после вызова Disconnect лезет в обработчик OnDataAvailable, видимо видит какие-то данные в ReadBuffer"e и после этого появляется то окно. Каким образом и где можно от него избавиться
← →
$hade (2003-04-21 16:32) [1]Why do I keep getting EIdConnClosedGracefully exceptions?
For Servers
The client has disconnected the socket normally and this exception is used to notify the server handling code. From the IDE just hit F9 to resume program execution and Indy will catch and handle the exception.
For Clients
The server side of this connection has disconnected normally but your client has attempted to read or write to the connection. You should trap this error using a try..except or in C++ Builder, a try..catch block.
There is more detail about the EIdConnClosedGracefully exception in an article at the Indy Portal titled Connection Closed Gracefully.
← →
alt7 (2003-04-21 16:43) [2]Пасибо, сам бы ввек не додумался. Ведь вроде и пишут что gracefully а вроде и Exception вылетает
← →
$hade (2003-04-21 16:51) [3]Блин!! Ты зайди на www.indyproject.org
перечитай все...))
Exception - это часть их жизни...:-) где то я у них прочитал
Exception is not error,but exception. (чет типа того...)
делай как они говорият(try..except) и все будет ОК.
ведь и правда - это же не ОШИБКА а исключение...
Страницы: 1 вся ветка
Форум: "Сети";
Текущий архив: 2003.06.26;
Скачать: [xml.tar.bz2];
Память: 0.44 MB
Время: 0.028 c