You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new JdbcChatMemoryRepository handles the memory in block. On each update, the memory block is replaced. The sequence of operations used to do that (delete+insert) is not transactional. It should be.