Hi,
The problem is NOCONNECTION ReturnCode occurs too often (once per a few minutes).
I have looked through disassembled code of your dlls and found that NOCONNECTION response code is returned when there is no corresponding connection in ChatConnectionCollection CuteChat.ChatPortal.c array.
Connection can not be expired. We received <response QueuePosition="-1" ReturnCode="READY" ServerMessage=""><cookie ResponseId="39" ConnectionId="_29A" ConnectionKey="fc3e06f9-4939-4970-a52e-c9c7cdcf77b9" /></response> and the very next response (after 5 seconds) was: <response QueuePosition="-1" ReturnCode="NOCONNECTION" ServerMessage="conn-_29A"><cookie ResponseId="39" ConnectionId="_29A" ConnectionKey="fc3e06f9-4939-4970-a52e-c9c7cdcf77b9" /></response>.
ChannelOnlineExpires is set to 600 seconds.
Trace from EmbedChannel control:
TRACE : Connecting.. Lobby-220
TRACE : Connect_Callback . READY ,
TRACE : STC:PLACE_UPDATED;;_1DA;lobby-220;Team 1 Ukraine;Lobby;0;0;0
TRACE : STC:PLACE_AUTOAWAYMINUTE;;30
TRACE : STC:MYINFO_UPDATED;;USER;_29B;User:onemore;Taras Vyshybaj;Taras Vyshybaj;;0;0;1;ONLINE;BYCLIENT;;;;0;Normal
TRACE : CTS:USER_COMMAND;;LOADHISTORY
TRACE : STC:CONTACT_UPDATED;;perestan neya;User:orlova;orlova;;
TRACE : STC:CONTACT_UPDATED;;Domiges Jason;User:pose;pose;;
TRACE : STC:CONTACT_UPDATED;;free;User:free;free;;
TRACE : STC:ITEM_ADDED;;USER;_209;User:orlova;perestan neja;perestan neja;;0;0;1;ONLINE;BYCLIENT;;;;0;Normal
TRACE : STC:SYS_INFO_MESSAGE;;Go to the forums to find your team forum and alot more information about Footballidentity: http://forum.footballidentity.com/ And for newcomers, check out this tutorial to see how matches work: http://www.youtube.com/watch?v=OEj0mQV2e-M
TRACE : STC:ITEM_ADDED;;USER;_29B;User:onemore;Taras Vyshybaj;Taras Vyshybaj;;0;0;1;ONLINE;BYCLIENT;;;;0;Normal
TRACE : STC:HISTORY_BEGIN
TRACE : STC:USER_MESSAGE;;;User:orlova;perestan neja;perestan neja 1;perestan neja
1;;;0;633976858051900000
TRACE : STC:USER_MESSAGE;;;User:orlova;perestan neja;perestan neja 2;perestan neja
2;;;0;633982027927500000
TRACE : STC:HISTORY_END
TRACE : _Sync_Return:NOCONNECTION:conn-_29A
TRACE : Connecting..
TRACE : Connect_Callback . READY ,
The current situation is very annoying because 'The connection to the chat server is lost.' and other system info messages are shown every time the connection is lost.
What is the reasons for ChatConnectionCollection item is removed so that we receive NOCONNECTION code?
Your help will be very much appreciated.