If websockets are enabled than on page reload chat history is not getting displayed.
The tutorial followed for getting chat history with websocket is https://docs.microsoft.com/en-us/bot-framework/rest-api/bot-framework-rest-direct-line-3-0-receive-activities. This works when we are using HTTP (with websockets set to false) using the botchat.js client side code. But if websocket is enabled the history is not displayed.
If websockets are enabled than on page reload chat history is not getting displayed.
The tutorial followed for getting chat history with websocket is https://docs.microsoft.com/en-us/bot-framework/rest-api/bot-framework-rest-direct-line-3-0-receive-activities. This works when we are using HTTP (with websockets set to false) using the botchat.js client side code. But if websocket is enabled the history is not displayed.