-
Notifications
You must be signed in to change notification settings - Fork 3
Configure Member's RPC connection settings via Control API (#27) #95
Conversation
FCM
|
# Conflicts: # CHANGELOG.md # Cargo.lock # mock/control-api/Cargo.toml # src/signalling/participants.rs # tests/e2e/signalling/mod.rs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@evdokimovs please, polish the docs accross the project a bit more better, without loosing current context.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@evdokimovs hyperium/tonic#314 is resolved as .gitignore
comment suggests, and tonic 0.2 is out.
I've checked using Config::compile_well_known_types
, but, as reffered in docs, it requires now to specify .proto
files for well-known types by ourselves and doesn't use prost-types
anymore. This is absolutely not something intended for resolving this issue.
If so, I suggest just to delete this empty generated file manually in build.rs
and that's it!
Part of #27
Synopsis
We need to add configuration of the
idle_timeout
,reconnect_timeout
andping_interval
by Control API. This settings can be configured inMember
element spec. If no settings provided into spec, default values from the config will be used.Solution
reconnect_timeout
,idle_timeout
andping_interval
fields into specsWsSession
e2e-demo
's Control API UIChecklist
WIP:
prefixk::
labels appliedWIP:
prefix is removed