finos / finos/vuu

Vuu server resends existing rows after a filter is created

Open
#563 0 comments 0 reactions 1 assignee Claimed by @chrisjstevo View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.