Hi,
I'm developing my bot program using Chat Conversation API.
On Sep 17, I launched the program ( established a connection to websocket url ). It went well for several days, but suddenly the following error message was received via web socket on Sep 20.
{
"reason": "concurrent session limit reached",
"sig": "EOS"
}
My program tried to reconnect by calling startAgentSession request, but the following error occurred:
{
"reason": "unexpected session state",
"sig": "EOS"
}
This error occurred every time my program tried to reconnect. But strangely, the error stopped after it continued a few hours.
This issue has occurred many times, not just once.
What may be the reason for that?
Regards,
