automuteus / galactus

The All-Powerful Socket.io Connection Aggregator
MIT License
22 stars 11 forks source link

Simplify ack and use utils package #4

Closed denverquane closed 3 years ago

denverquane commented 3 years ago

Pulls a lot of common code out into the new automuteus/utils Go package, which contains common functions and types to be used in galactus and automuteus both

Also removes the notion of ack/timeout + task/timeout for capture bot usage. Only uses task/timeout for better simplicity and less dependence on Redis pub/sub