@@ -204,6 +204,7 @@ func (s *Server) joinAndServe(p person) {
_,_,err:=p.conn.Read(ctx)
iferr!=nil{
slog.ErrorContext(ctx,"player dropped on hello","player",p.id,"err",err.Error())
stop()
}
}()
id,chall,deal:=s.l.Queue(ctx,p.id)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.