TCP Client is working 발생

문의 응대 : 평일 오전 10시 ~ 오후 6시
문의를 남기실 경우 다음 항목을 작성해 주세요.
정보가 부족하거나 응대시간 외 문의하는 경우 확인 및 답변이 지연될 수 있습니다.

  • 뒤끝 SDK 버전 : 5.7.0
  • 프로젝트명 : taste of power
  • 스테이터스 코드 :
  • 에러 코드 :
  • 에러 메시지 :

TCP 에러 문구가 발생합니다.

Log
System.Exception: TCP Client is working.
at #xl.#Vtb.#sn (BackEnd.Tcp.TcpClientJoinArgs #ql, BackEnd.Tcp.ErrorInfo& #rl) [0x0001a] in <313334bdd2724e8488e02909d855f0f2>:0
at #xl.#wl.JoinChannel (BackEnd.Tcp.TcpClientJoinArgs #ql, BackEnd.Tcp.ErrorInfo& #rl) [0x0000d] in <313334bdd2724e8488e02909d855f0f2>:0
at BackEnd.RealTime.GameChat.JoinChannel (BackEnd.Tcp.ChannelType type, System.String serverAddress, System.UInt16 serverPort, System.String groupName, System.String inDate, BackEnd.Tcp.ErrorInfo& errorInfo) [0x000b5] in <313334bdd2724e8488e02909d855f0f2>:0
at ChatWindowScript.GoChannel (ChannelNodeObject channelNode) [0x00096] in C:\Users\AAA\Desktop\Taste of power\Assets\Script\window\ChatWindowScript.cs:181
at ChatWindowScript+<>c__DisplayClass53_0.b__0 (BackEnd.BackendReturnObject bro) [0x000ba] in C:\Users\AAA\Desktop\Taste of power\Assets\Script\window\ChatWindowScript.cs:819
at #C.#Jb+#Ob[#S].#ob () [0x00000] in <313334bdd2724e8488e02909d855f0f2>:0
at BackEnd.SendQueue.Poll () [0x0003c] in <313334bdd2724e8488e02909d855f0f2>:0

안녕하세요 개발자님,
TCP Client is working. 에러는 채팅 채널에 접속을 시도한 상태에서
접속이 완료되기 전 다시 채팅 채널에도 접속을 시도하는 경우에 발생하는 에러입니다.

동일 채널 혹은 다른 채널에 접속을 시도할 때 모두 발생할 수 있습니다.

채널에 접속되어 있지 않은데, 위 예외가 지속적으로 발생할 경우 채팅 서버 접속 초기화 함수를 호출하는 것을 추천합니다.