unfetter-discover / unfetter

The main project for the Unfetter-Discover application. This is the project that will hold the configuration files, the docker-compose files, issue tracking, and documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor web workers to use a service

j987987 opened this issue · comments

Currently, web workers are spawned for each instance of a component that uses them, when they should live for the duration of the application.

We only use workers for PiiCheckMessageComponent, so that should be refactored so all PiiCheckMessageComponent instances share the same worker.