This repository has been archived by the owner on Feb 25, 2024. It is now read-only.
forked from dimalit/ChatApp
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Application 3.0.1, MainForm 4.1.1: исправление возможной ошибки, связ…
…анной с непоявлением уведомления об отклонении соединения и последующей "невключением" полей об удалённом пользователе.
- Loading branch information
M-Sh-97
committed
Jan 7, 2016
1 parent
ade3e93
commit 1474419
Showing
2 changed files
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1474419
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
При отладке программы происходило следующее: после попытки соединения с самим собой и выбора "Отклонить" в окне уведомления о входящем подключении (как адресата), что точно приводило к отправке "REJECT" и закрытии соединения (
MainForm.showIncomingCallDialog()
,Application.rejectIncomingCall()
), прослушка исходящая (Application.outcomingConnectionObserver.update(...)
) не получала (не успевала, что ли, получить) соответствующую команду.Когда была поставлена точка остановки после вызова
Connection.reject()
и перед вызовамиCommandListenerThread.stop()
(в них содержитсяConnection.close()
), ошибка не наблюдалась ввиду такой задержки закрытия соединения со стороны условного адресата.На всякий случай подстраховал отправку-приём "DISCONNECT", хотя с этим такая проблема не обнаруживалась.