Skip to content

Commit

Permalink
Fix uStreamer service name (#250)
Browse files Browse the repository at this point in the history
When I created the ustreamer proto, I used the utwin proto and forgot to replace the service name to the correct one, this could cause issues in built artifacts.

#249
  • Loading branch information
stevenhartley authored Nov 13, 2024
1 parent b9640d2 commit 4835ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion up-core-api/uprotocol/core/ustreamer/v1/ustreamer.proto
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ option java_multiple_files = true;
option cc_generic_services = true;

// uStreamer Service
service uTwin {
service uStreamer {
option (uprotocol.service_name) = "core.ustreamer"; // Service name
option (uprotocol.service_version_major) = 1;
option (uprotocol.service_version_minor) = 0;
Expand Down

0 comments on commit 4835ba1

Please sign in to comment.