You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature you'd like:
Config rpc_call_channel select what channel this RPC item used. But the UDP service always start on server whether RPC use UDP or not.
Describe alternatives you've considered:
Add a configuration 'enable_udp' with a default value of 'false' in the 'network' section. It gives the server control over whether to start the UDP service.
If one of RPC config rpc_call_channel is RPC_CHANNEL_UDP, should make 'enable_udp' is true first.
The text was updated successfully, but these errors were encountered:
Feature Request
Describe the feature you'd like:
Config
rpc_call_channel
select what channel this RPC item used. But the UDP service always start on server whether RPC use UDP or not.Describe alternatives you've considered:
Add a configuration 'enable_udp' with a default value of 'false' in the 'network' section. It gives the server control over whether to start the UDP service.
If one of RPC config
rpc_call_channel
isRPC_CHANNEL_UDP
, should make 'enable_udp' istrue
first.The text was updated successfully, but these errors were encountered: