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

Support to disable domain reloading #126

Merged
merged 3 commits into from
Feb 13, 2021
Merged

Conversation

hadashiA
Copy link
Owner

@vercel
Copy link

vercel bot commented Feb 13, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/hadashia/vcontainer/jbjd6qdji
✅ Preview: https://vcontainer-git-ku-support-domain-reload.hadashia.vercel.app

@hadashiA hadashiA force-pushed the ku/support-domain-reload branch from 15871d8 to 57b41b8 Compare February 13, 2021 13:39
@hadashiA hadashiA changed the title Support domain reload disable mode Support to disable domain reloading Feb 13, 2021
if (initialized) return;
initialized = true;
}
if (Interlocked.CompareExchange(ref initialized, 1, 0) != 0)
Copy link
Owner Author

Choose a reason for hiding this comment

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

Misc

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.

1 participant