-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add request-offline-floating-license #30
feat: add request-offline-floating-license #30
Conversation
src/lexfloatclient.ts
Outdated
@@ -58,7 +58,7 @@ export class HostProductVersionFeatureFlag { | |||
export class LexFloatClient { | |||
/** | |||
* Sets the product id of your application. | |||
* | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@muneebkq why this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
* The maximum value of lease duration is configured in the config.yml of LexFloatServer | ||
* | ||
* @param {number} leaseDuration seconds to lease the license for | ||
* @throws {LexFloatClientException} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@muneebkq Please refer to the header file docs for lease duration.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
value of the lease duration.
src/native/LexFloatClient.h
Outdated
The maximum value of lease duration is configured in the config.yml of LexFloatServer | ||
|
||
PARAMETERS: | ||
* leaseDuration - value of the lease duration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@muneebkq Why is the leaseDuration property added as param for RequestFloatingLicense(). There seems to be other docs mistakes as well. Please check the docs again.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jsdoc modified
|
||
PURPOSE: Sends the request to lease the license from the LexFloatServer for offline usage. | ||
|
||
RETURN CODES: LF_OK, LF_FAIL, LF_E_PRODUCT_ID, LF_E_LICENSE_EXISTS, LF_E_HOST_URL, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@muneebkq Why is the parameter missing here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
jsdoc modified
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check the comments
@muneebkq There are some merge conflicts as well. Please address them |
add request offline floating license