We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c8ade commit 9b6307fCopy full SHA for 9b6307f
README.md
@@ -8,8 +8,6 @@ Clients (for example MVC Web Application Hosting) and at the same time may
8
client can be a Browser (User-Agent) then you can manage your connections and domain data transfer
9
operations with same interfaces.
10
11
-
12
-
13
### Usage for API - Service Layer
14
15
#### Startup ConfigureServices
src/NetCoreStack.WebSockets/WebSocketCommands.cs
@@ -10,6 +10,7 @@ public enum WebSocketCommands : byte
ServerClose = 4,
ServerAbort = 8,
CacheReady = 16,
- All = 31
+ CacheInvalidate = 32,
+ All = 63
}
16
0 commit comments