neume-network / strategies

Indexing strategies for the neume network.
GNU General Public License v3.0
11 stars 7 forks source link

`function transform` isn't redirecting new messages to the worker #214

Closed TimDaub closed 2 years ago

TimDaub commented 2 years ago
il3ven commented 2 years ago

We can also look into changing the transform interface as to not return any messages. Earlier we were using it to start new strategies but currently they don't serve any purpose.

TimDaub commented 2 years ago

you are right it sounds like an elegant solution this problem.