fatihkahveci / simple-matchmaking

Simple rule based matchmaking for your online game with support of Redcon(RESP) protocol.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start should accept context.Context

yakuter opened this issue · 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.

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