What problem are you trying to solve?
I'm writing chat boxes in Vue.js using eve/vue. I store the session and events in localStorage.
After sent a message to an agent, when I close the window / refresh the page before streaming complete, the session truncated at where it goes on page reload.
Proposed solution
What is expected:
Alternatives considered
No response
What problem are you trying to solve?
I'm writing chat boxes in Vue.js using
eve/vue. I store the session and events inlocalStorage.After sent a message to an agent, when I close the window / refresh the page before streaming complete, the session truncated at where it goes on page reload.
Proposed solution
What is expected:
Alternatives considered
No response