Skip to content

Storing intermediate results in registers is not worker threadsafe. #9

Description

@guyboertje

The same instance of the plugin is used across worker threads. The registers hash is therefore shared and not isolated by thread.

Need to introduce a concurrent hash keyed by thread. PR to follow.

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions