Skip to content

Commit 2ba8f10

Browse files
Remove SubscribeLicenseUpdates RPC from proto and server controller
1 parent 38acfde commit 2ba8f10

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/proto/license.proto

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ service LicenseService {
88
// Retrieves the current license details.
99
rpc GetLicense (GetLicenseRequest) returns (GetLicenseResponse);
1010

11-
// Opens a server-streaming subscription that emits the current license
12-
// followed by updates whenever the license changes.
13-
rpc SubscribeLicenseUpdates (GetLicenseRequest) returns (stream GetLicenseResponse);
14-
1511
}
1612

1713
// Request message for license operations.

0 commit comments

Comments
 (0)