Skip to content
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

Test socket boot on simultaneous connect with session.single_socket=true #153

Merged
merged 2 commits into from
Jan 26, 2024

Conversation

lugehorsam
Copy link
Contributor

No description provided.

@@ -52,7 +52,7 @@ namespace Nakama {
NSessionPtr session = test.client->authenticateCustomAsync(TestGuid::newGuid(), std::string(), true).get();
bool createStatus = false;
test.rtClient->connectAsync(session, createStatus, NTest::RtProtocol).get();
const NGroup group = test.client->createGroupAsync(session, "group chat " + session->getAuthToken(), "a group for chatting", "", "", false, {}).get();
const NGroup group = test.client->createGroupAsync(session, TestGuid::newGuid(), "a group for chatting", "", "", false, {}).get();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was a failing test due to a length constraint placed on group names.

@lugehorsam lugehorsam merged commit 98cce48 into master Jan 26, 2024
1 of 2 checks passed
@lugehorsam lugehorsam deleted the luke/multiple-connect-test branch January 26, 2024 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants