simple-matchmaking
simple-matchmaking copied to clipboard
Start should accept context.Context
Project doesn't have context support. For graceful shutdown Start method and all functions after that should accept context from outside. If context is nil then context.Background() can be used.
This feature was on my to do list. I will handle this asap thanks for feedback 🍺