Vuu server resends existing rows after a filter is created
Open
server
- Dominant language
- TypeScript
- Stars
- 58
- Forks
- 47
- Avg merge
- 13h 3m
- Merged PRs (30d)
- 110
Description
When client sends a filter request with a CHANGE_VP message, expected response would be an ACK (CHANGE_VP_SUCCESS) , followed by TABLE_ROWS with filtered results.
What seems to happen is
1) client sends CHANGE_VP
2) server sends CHANGE_VP_SUCCESS
3) server sends TABLE_ROWS with no filter applied, i/e same set of rows it has previously sent
4) server sends TABLE_ROWS with filtered rows
step 3) is obviously redundant and adds delay to rendering of correct results in UI
Contributor guide
Assessment
This issue has not been assessed yet.