-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NatsWebSocketOpts improvements (#610)
* Fence added, an occurs exceptions when add headers to blazor
- Loading branch information
1 parent
4da55d4
commit e6b9d1c
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
using System.Runtime.InteropServices; | ||
|
||
namespace NATS.Client.Core.Internal; | ||
|
||
internal static class DotnetRuntimeConstants | ||
{ | ||
public static readonly OSPlatform BrowserPlatform = OSPlatform.Create("Browser"); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters