Skip to content

hotfix(operator): assign SubscribeToNewTasksV3() correctly #1745

@JuArce

Description

@JuArce

Description

In operator/pkg/operator.go the SubscribeToNewTasksV3() is being assigned to subV2

		case err := <-subV3:
			o.Logger.Infof("Error in websocket subscription", "err", err)
			subV2, err = o.SubscribeToNewTasksV3()
			if err != nil {
				o.Logger.Fatal("Could not subscribe to new tasks V3")
			}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions