Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Configure Member's RPC connection settings via Control API (#27) #95

Merged
merged 22 commits into from
Apr 7, 2020
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ All user visible changes to this project will be documented in this file. This p
### BC Breaks

- Configuration:
- Rename `[server]` section of Client API HTTP server as `[server.client.http]` ([#33]).
- Rename `[server]` section of Client API HTTP server as `[server.client.http]` ([#33]);
- RPC messaging:
- Reverse `Ping`/`Pong` naming: server sends `Ping` and expects `Pongs` from client now. ([#75]).

Expand All @@ -29,6 +29,7 @@ All user visible changes to this project will be documented in this file. This p
- gRPC Control API callbacks ([#63]):
- `on_join`;
- `on_leave`.
- Configuration of the `Member`'s RPC connection settings by Control API ([#95]).
- Signalling:
- Dynamic `Peer`s creation when client connects ([#28]);
- Auto-removing `Peer`s when `Member` disconnects ([#28]);
Expand Down Expand Up @@ -64,6 +65,7 @@ All user visible changes to this project will be documented in this file. This p
[#84]: /../../pull/84
[#86]: /../../pull/86
[#94]: /../../pull/94
[#95]: /../../pull/95



Expand Down
Loading