Skip to content

fixing mutex name from constant to dynamic guid#105

Open
denprodan wants to merge 2 commits into
AydinAdn:masterfrom
denprodan:master
Open

fixing mutex name from constant to dynamic guid#105
denprodan wants to merge 2 commits into
AydinAdn:masterfrom
denprodan:master

Conversation

@denprodan

Copy link
Copy Markdown

Add

protected EngineBase(string ffMpegPath)
{
 var lockName = $"{LockName}-{Guid.NewGuid()}";

Because there is an issue when mutex name is static and mediatoolkit nuget installed on more than one app which running on the same server then mutex can't be created with the same name

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