simple-matchmaking icon indicating copy to clipboard operation
simple-matchmaking copied to clipboard

Start should accept context.Context

Open yakuter opened this issue 3 years ago • 1 comments

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.

yakuter avatar Dec 30 '21 19:12 yakuter

This feature was on my to do list. I will handle this asap thanks for feedback 🍺

fatihkahveci avatar Dec 31 '21 07:12 fatihkahveci