Had one big repo for notes and projects, but wanted separate repos for each project too.
Used **git subtree** to set it up once.
Now I can work from my main repo and push each project to its own repo when needed.
One repo to manage everything, separate repos when I need them.
Flux (C++ Message Broker) Update
Added delivery thread - For maintaining a unack table that stores all messages not acknowledged by the user and pushes them in front of the queue incase the consumer disconnects in which case the messages dont get lost and can be sent again