deiga / loaxor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade handling of everything to events

deiga opened this issue · comments

Currently most things are handled with async functions and this is highly unreliable.

Refactor the code to emit events and have event handlers listening to these

  • Streaming status changes dependent on events
  • Broadcasting dependent on events
  • etc...