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

Decouple dispatching logic from its process #107

Closed
a3kov opened this issue Mar 8, 2023 · 0 comments
Closed

Decouple dispatching logic from its process #107

a3kov opened this issue Mar 8, 2023 · 0 comments

Comments

@a3kov
Copy link

a3kov commented Mar 8, 2023

Currently dispatcher is a GenServer, and you have to dispatch using GenServer API.
I think it would make sense to move the dispatching logic to a separate module, so that developer could use the dispatcher without spawning a separate process. This would help people use the library on a deeper level if they have custom requirements (e.g. using webhook message sourcing).
People who want to keep on using the dispatcher process would be able to continue doing so.
What do you think ? Does it make sense ?

@a3kov a3kov closed this as not planned Won't fix, can't repro, duplicate, stale Mar 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant