mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-21 01:36:46 +00:00
Fix initial sync complete on empty service list
This commit is contained in:
@@ -39,6 +39,9 @@ message GetMappingUpdateRequest {
|
||||
// Mappings that are sent should be interpreted by the Proxy appropriately.
|
||||
message GetMappingUpdateResponse {
|
||||
repeated ProxyMapping mapping = 1;
|
||||
// initial_sync_complete is set on the last message of the initial snapshot.
|
||||
// The proxy uses this to signal that startup is complete.
|
||||
bool initial_sync_complete = 2;
|
||||
}
|
||||
|
||||
enum ProxyMappingUpdateType {
|
||||
|
||||
Reference in New Issue
Block a user