Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 5d8a056

Browse files
committed
clients must expect to receive servicechannel payload
1 parent 195b041 commit 5d8a056

File tree

1 file changed

+2
-1
lines changed
  • docs/Protocol Specifications

1 file changed

+2
-1
lines changed

docs/Protocol Specifications/core.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,8 @@ A service channel event payload has the following structure:
386386
| `service` | string | The name of a polyproto service. |
387387

388388
The server must respond with a `Service Channel ACK` event payload, indicating whether the action
389-
was successful or not.
389+
was successful or not. Clients should expect that the server sends a `Service Channel` payload indicating
390+
the closing of a channel.
390391

391392
!!! example "Example service channel ACK event payload - failure"
392393

0 commit comments

Comments
 (0)