Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove duplicate stream callbacks registration #138

Closed
nadouani opened this issue Mar 1, 2017 · 0 comments
Closed

Remove duplicate stream callbacks registration #138

nadouani opened this issue Mar 1, 2017 · 0 comments
Assignees
Milestone

Comments

@nadouani
Copy link
Contributor

nadouani commented Mar 1, 2017

Request Type

Enhancement

Work Environment

Any

Problem Description

Currently, some components of the UI register callback function to be called when the stream contains change events. For example: the current cases list is refreshed when a user closes of creates a new case.

Technically, this relies on StreamSrv and PSearchSrv. These services need to be redesigned.

This might lead to some performance issues since the callbacks are not destroyed even if the user leaves the page that registered the callback.

@nadouani nadouani self-assigned this Mar 1, 2017
@nadouani nadouani added this to the 2.10.1 milestone Mar 2, 2017
nadouani added a commit that referenced this issue Mar 2, 2017
@nadouani nadouani closed this as completed Mar 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant