diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index ec92ace59..8f50e127f 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -3,4 +3,10 @@ - [Master](https://github.com/hanssak) - [kdy800](https://github.com/kdy800) - [battledir](https://github.com/battledir) -- [silencep97](https://github.com/silencep97) \ No newline at end of file +- [silencep97](https://github.com/silencep97) +- [KangShin](https://github.com/KangShin) +- [sg81209](https://github.com/sg81209) +- [parkbyungheum](https://github.com/parkbyungheum) +- [angellos12](https://github.com/angellos12) +- [uglyice](https://github.com/uglyice) +- [subah04](https://github.com/subah04) \ No newline at end of file diff --git a/src/OpenNetLinkApp/Library/HsNetWorkSG.dll b/src/OpenNetLinkApp/Library/HsNetWorkSG.dll index 1d8d5cd29..fed96c1e8 100644 Binary files a/src/OpenNetLinkApp/Library/HsNetWorkSG.dll and b/src/OpenNetLinkApp/Library/HsNetWorkSG.dll differ diff --git a/src/OpenNetLinkApp/Startup.cs b/src/OpenNetLinkApp/Startup.cs index ece38baad..a3fd6eafc 100644 --- a/src/OpenNetLinkApp/Startup.cs +++ b/src/OpenNetLinkApp/Startup.cs @@ -17,7 +17,10 @@ public void ConfigureServices(IServiceCollection services) services.AddSingleton(); services.AddSingleton(); services.AddSingleton(); - services.AddFileReaderService(options => options.InitializeOnFirstCall = true); + services.AddFileReaderService(options => { + options.InitializeOnFirstCall = true; + options.UseWasmSharedBuffer = false; + }); } public void Configure(DesktopApplicationBuilder app) diff --git a/src/WebWindow.Blazor.JS/package-lock.json b/src/WebWindow.Blazor.JS/package-lock.json index df4a226cd..f2332f476 100644 --- a/src/WebWindow.Blazor.JS/package-lock.json +++ b/src/WebWindow.Blazor.JS/package-lock.json @@ -4142,9 +4142,9 @@ } }, "yargs-parser": { - "version": "13.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.1.tgz", - "integrity": "sha512-oVAVsHz6uFrg3XQheFII8ESO2ssAf9luWuAd6Wexsu4F3OtIW0o8IribPXYrD4WC24LWtPrJlGy87y5udK+dxQ==", + "version": "13.1.2", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz", + "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==", "dev": true, "requires": { "camelcase": "^5.0.0",