Skip to content

Commit

Permalink
Merge pull request #496 from project-tsurugi/wip/i_2024
Browse files Browse the repository at this point in the history
update service_message_version_minor for core/Request.proto regarding…
  • Loading branch information
t-horikawa authored Nov 12, 2024
2 parents 26b289f + 9faed61 commit b32aa36
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public interface Session extends ServerResource {
/**
* The minor service message version for routing service.
*/
int SERVICE_MESSAGE_VERSION_MINOR = 0;
int SERVICE_MESSAGE_VERSION_MINOR = 1;

/**
* Sends a message to the destination server.
Expand Down Expand Up @@ -228,4 +228,4 @@ default boolean isClosed() {
* @param resource the resource related to the Session to be removed
*/
void remove(@Nonnull ServerResource resource);
}
}

0 comments on commit b32aa36

Please sign in to comment.