File tree
3 files changed
+12
-7
lines changedFilter options
- src/graphql-aspnet-subscriptions
- Engine
- SubscriptionServer/Protocols
- GraphqlTransportWs
- GraphqlWsLegacy
3 files changed
+12
-7
lines changedsrc/graphql-aspnet-subscriptions/Engine/DefaultGraphQLHttpSubscriptionMiddleware.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet-subscriptions/Engine/DefaultGraphQLHttpSubscriptionMiddleware.cs+2-4Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
169 | 169 |
|
170 | 170 |
|
171 | 171 |
|
172 |
| - |
173 |
| - |
| 172 | + |
174 | 173 |
|
175 | 174 |
|
176 | 175 |
|
| ||
181 | 180 |
|
182 | 181 |
|
183 | 182 |
|
184 |
| - |
185 |
| - |
| 183 | + |
186 | 184 |
|
187 | 185 |
|
188 | 186 |
|
|
src/graphql-aspnet-subscriptions/SubscriptionServer/Protocols/GraphqlTransportWs/GqltwsClientProxy.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet-subscriptions/SubscriptionServer/Protocols/GraphqlTransportWs/GqltwsClientProxy.cs+6-3Lines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| 22 | + |
22 | 23 |
|
23 | 24 |
|
24 | 25 |
|
| ||
54 | 55 |
|
55 | 56 |
|
56 | 57 |
|
| 58 | + |
| 59 | + |
| 60 | + |
57 | 61 |
|
58 | 62 |
|
59 | 63 |
|
| ||
99 | 103 |
|
100 | 104 |
|
101 | 105 |
|
102 |
| - |
103 |
| - |
104 |
| - |
| 106 | + |
| 107 | + |
105 | 108 |
|
106 | 109 |
|
107 | 110 |
|
|
src/graphql-aspnet-subscriptions/SubscriptionServer/Protocols/GraphqlWsLegacy/GraphqlWsLegacyClientProxy.cs
Copy file name to clipboardExpand all lines: src/graphql-aspnet-subscriptions/SubscriptionServer/Protocols/GraphqlWsLegacy/GraphqlWsLegacyClientProxy.cs+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
| ||
52 | 53 |
|
53 | 54 |
|
54 | 55 |
|
| 56 | + |
| 57 | + |
| 58 | + |
55 | 59 |
|
56 | 60 |
|
57 | 61 |
|
|
0 commit comments