Skip to content

Fix md5sums for services (on-the-fly generation) #24

Description

@chfritz

As pointed out in #22, the md5sums for service classes generated by the on-the-fly code is currently wrong. The correct md5sum for a service is the md5sum of the concatenation of the request and the response md5 text -- which is the message text without a trailing new line. For instance, for SetBool, the text to use for md5 is:

bool databool success
string message

(Yes, there is no whitespace or new line between the two parts!).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions