func (cMan *conversationManager) start(ctx context.Context) {
    done := ctx.Done()

    go func() {
        timer := time.NewTicker(cMan.validity)