Commit 96184f0
authored
Remove "bi-directional transport"
The mention of "bi-directional transport" when the subscription pushes notifications to the client was slightly confusing. Removed the wording since the logical communication flow is obviously bi-directional. This can be done via an inherently bi-directional transport like WebSockets, or it can be composed of two uni-directional transports (pair of HTTP connections). Either way, this will not be specified in the spec language and is considered an implementation detail.1 parent 0681a50 commit 96184f0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments