-
Notifications
You must be signed in to change notification settings - Fork 57
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
Remove length limit from user id #202
Conversation
Remove the `user_id` length restriction for dynamically allocated memory for it. build(CMakeLists): add `try_compile` configuration Configure `try_compile` when building static library.
CMakeLists.txt
Outdated
num_option(USE_RETRY_CONFIGURATION "Use requests retry" OFF) | ||
num_option(USE_REDidONFIGURATION "Use requests retry" OFF) |
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.
Is this a typo? Below "USE_RETRY_CONFIGURATION" is still used.
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.
ooh, don't wake computer with keyboard when last opened was your IDE :D
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.
fixed
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.
LGTM however question:
- Is server okay with this change. I though that this limitation has a reason.
@Xavrax Server code doesn't have any hard limits on |
@pubnub-release-bot release |
🚀 Release successfully completed 🚀 |
fix(user_id): remove length limit from user id
Remove the
user_id
length restriction for dynamically allocated memory for it.build(CMakeLists): add
try_compile
configurationConfigure
try_compile
when building a static library.