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

Add tests for session #21

Merged
merged 1 commit into from
Jun 28, 2024
Merged

Conversation

muzzammilshahid
Copy link
Member

No description provided.

@@ -243,7 +243,7 @@ class ClientSideLocalBaseSession implements IBaseSession {

@override
Future<Object> receive() async {
if (_incomingMessages.isEmpty) {
while (_incomingMessages.isEmpty) {
Copy link
Member

Choose a reason for hiding this comment

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

why do we need while statement here? Is this trying to workaround something?

@muzzammilshahid muzzammilshahid force-pushed the session-tests branch 2 times, most recently from 235dae0 to 06b051d Compare May 14, 2024 11:11
@muzzammilshahid muzzammilshahid merged commit cff5735 into xconnio:main Jun 28, 2024
1 check passed
@muzzammilshahid muzzammilshahid deleted the session-tests branch June 28, 2024 14:13
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