Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid potential racing condition #98

Merged
merged 1 commit into from
Feb 23, 2024
Merged

Avoid potential racing condition #98

merged 1 commit into from
Feb 23, 2024

Conversation

kibertoad
Copy link
Owner

No description provided.

@@ -85,9 +85,13 @@ export abstract class AbstractSnsService<
// @ts-ignore
public topicArn: string

private isInitted: boolean
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to be more explicit and not rely on implementation detail

@kibertoad kibertoad merged commit b823e93 into main Feb 23, 2024
5 checks passed
@kibertoad kibertoad deleted the fix/racing-condition branch February 23, 2024 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants