lighterowl / czateria

Reimplementation of the protocol used by the Czateria chatroom network
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

ui doesn't close prompt window "new private conversation" when other person disconnects #63

Closed marcin-github closed 4 years ago

marcin-github commented 4 years ago

Hi! I noticed that quite often windows with question about acceptation of new private message remain even when other nick (usually spambot) disconnect from czat. Parsed debug log looks like below:

{"userName":"gość_94945378","bornDate":"","reasonId":0,"sex":"\u0000","description":"","searchSex":"\u0000","searchAgeFrom":0,"searchAgeTo":0,"uid":0,"lon":0,"lat":0,"token":"894336873","avatarId":"0","code"
:184,"date":"2020-06-06T02:17:06"}
{"user":"gość_94945378","permission":1,"code":140,"date":"2020-06-06T02:17:15"}
{"userName":"gość_94945378","bornDate":"","reasonId":0,"sex":"\u0000","description":"","searchSex":"\u0000","searchAgeFrom":0,"searchAgeTo":0,"uid":16922440,"lon":0,"lat":0,"token":"894336873","avatarId":"0"
,"code":184,"date":"2020-06-06T02:17:15"}
{"userName":"gość_94945378","bornDate":"","reasonId":0,"sex":"\u0000","description":"","searchSex":"\u0000","searchAgeFrom":0,"searchAgeTo":0,"uid":16922440,"lon":0,"lat":0,"token":"894336873","avatarId":"0"
,"code":184,"date":"2020-06-06T02:17:18"}
{"userName":"gość_94945378","bornDate":"","reasonId":0,"sex":"\u0000","description":"","searchSex":"\u0000","searchAgeFrom":0,"searchAgeTo":0,"uid":16922440,"lon":0,"lat":0,"token":"894336873","avatarId":"0"
,"code":184,"date":"2020-06-06T02:17:19"}
{"userName":"gość_94945378","bornDate":"","reasonId":0,"sex":"\u0000","description":"","searchSex":"\u0000","searchAgeFrom":0,"searchAgeTo":0,"uid":16922440,"lon":0,"lat":0,"token":"894336873","avatarId":"0"
,"code":184,"date":"2020-06-06T02:17:20"}
{"userName":"gość_94945378","bornDate":"","reasonId":0,"sex":"\u0000","description":"","searchSex":"\u0000","searchAgeFrom":0,"searchAgeTo":0,"uid":16922440,"lon":0,"lat":0,"token":"894336873","avatarId":"0"
,"code":184,"date":"2020-06-06T02:17:21"}
{"userName":"gość_94945378","bornDate":"","reasonId":0,"sex":"\u0000","description":"","searchSex":"\u0000","searchAgeFrom":0,"searchAgeTo":0,"uid":16922440,"lon":0,"lat":0,"token":"894336873","avatarId":"0"
,"code":184,"date":"2020-06-06T02:17:22"}
{"userName":"gość_94945378","bornDate":"","reasonId":0,"sex":"\u0000","description":"","searchSex":"\u0000","searchAgeFrom":0,"searchAgeTo":0,"uid":16922440,"lon":0,"lat":0,"token":"894336873","avatarId":"0"
,"code":184,"date":"2020-06-06T02:17:26"}
{"user":"gość_94945378","hasPrivs":1,"code":137,"date":"2020-06-06T02:17:28"}
{"user":"gość_94945378","hasPrivs":1,"code":137,"date":"2020-06-06T02:17:30"}
{"user":"gość_94945378","hasPrivs":1,"code":137,"date":"2020-06-06T02:17:31"}
{"user":"gość_94945378","hasPrivs":1,"code":137,"date":"2020-06-06T02:17:34"}
{"user":"gość_94945378","hasPrivs":1,"code":137,"date":"2020-06-06T02:17:36"}
{"user":"gość_94945378","hasPrivs":1,"code":137,"date":"2020-06-06T02:17:37"}
{"user":"gość_94945378","hasPrivs":1,"code":137,"date":"2020-06-06T02:17:39"}
{"login":"gość_94945378","code":130,"date":"2020-06-06T02:17:39"}
{"user":"gość_94945378","hasPrivs":0,"code":137,"date":"2020-06-06T02:17:40"}
{"subcode":1,"user":"gość_94945378","type":0,"imgWidth":0,"imgHeight":0,"msg":"Oto prawdziwa SEKS wersja Facebooka, zapraszaj osoby które chcesz pieprzyć i dymaj na:","msgColorId":0,"msgIsBold":false,"msgIsI
talic":false,"msgIsUnderline":false,"msgFontTypeId":0,"msgStyleId":0,"nickColorId":0,"code":97,"date":"2020-06-06T02:17:45"}
{"subcode":1,"user":"gość_94945378","type":0,"imgWidth":0,"imgHeight":0,"msg":"www.szmateria.pl","msgColorId":1,"msgIsBold":true,"msgIsItalic":false,"msgIsUnderline":true,"msgFontTypeId":0,"msgStyleId":14,"n
ickColorId":0,"code":97,"date":"2020-06-06T02:17:45"}
{"user":"gość_94945378","hasPrivs":1,"code":137,"date":"2020-06-06T02:17:46"}
{"login":"gość_94945378","code":130,"date":"2020-06-06T02:18:15"}
{"subcode":15,"user":"gość_94945378","type":0,"imgWidth":0,"imgHeight":0,"msg":"","msgColorId":0,"msgIsBold":false,"msgIsItalic":false,"msgIsUnderline":false,"msgFontTypeId":0,"msgStyleId":0,"nickColorId":0,
"code":97,"date":"2020-06-06T02:18:15"}
{"login":"gość_94945378","code":130,"date":"2020-06-06T02:18:15"}
{"login":"gość_94945378","code":130,"date":"2020-06-06T02:18:16"}
lighterowl commented 4 years ago

Should be fine now, feel free to reopen if the issue persists. Thanks!

marcin-github commented 4 years ago

Thank you!