You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cs/README.md
-14Lines changed: 0 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,20 +28,6 @@ This guarantees no interference between server and client, and enables implement
28
28
29
29
Client tests work exactly the same — we put `TestFixture(ServerProcesses.<foreignServerLiteral>)` attributes on `WebSocketClientTestBase` and use `ServerProcessesExtensions.Create()` to set up the "foreign" server process.
30
30
31
-
### How to distinguish scenarios
32
-
When setting up the process of the "foreign" implementation, we need to distinguish which scenario we're running in: see next section for a description of the scenarios.
33
-
34
-
We use preprocessor directives to distinguish the scenarios:
35
-
36
-
```csharp
37
-
// Accesses `<DefineConstants>USE_LION_WEB_PACKAGES</DefineConstants>` from .csproj
0 commit comments