BotFramework ReactWebChat With DirectLineAppServiceExtension getting repeated welcome message on specific time interval
I have C# SDK based azure bot developed and deployed on azure, this bot is using Language(Custom Question Answering) service for answering users questions.
The front end part is a SPFX React WebChat which is a webpart of another sharepoint site and the communication with Bot service is happening over DirectLineApp Service Extension (Web Socket).
The bot is working fine in Emulator or in Test WebChat(In portal) but i am facing issue about repeated welcome message when running it from spfx react webchat.
For detailed explanation one can visit my github issue: https://github.com/microsoft/botframework-sdk/issues/6504 which is still unanswered for unknown reason,
also a stack overflow issue https://stackoverflow.com/questions/71666114/botframework-reactwebchat-with-directlineappserviceextension-getting-repeated-we which is there for almost a month now and still un-answered , Please help