We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d38c6 commit b56a514Copy full SHA for b56a514
1 file changed
simple-game-server-go/internal/game/allocated.go
@@ -70,7 +70,6 @@ func (g *Game) launchGame(port int64) {
70
71
for {
72
client, err := g.acceptClient(g.gameBind)
73
-
74
if err != nil {
75
if errors.Is(err, syscall.EINVAL) {
76
g.logger.Debug("server closed")
0 commit comments