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

Bug: SDK hangs when trying to send a compressed prepared message with less than 10 bytes #533

Closed
rygine opened this issue Feb 15, 2024 · 1 comment · Fixed by #535
Closed
Labels
bug Something isn't working released

Comments

@rygine
Copy link
Collaborator

rygine commented Feb 15, 2024

Describe the bug

when using the prepareMessage method of a conversation, the SDK will hang when the compression option is used.

Expected behavior

the SDK should prepare a compressed message without issue

Steps to reproduce the bug

const preparedMessage = await convo.prepareMessage("gm!", {
  compression: Compression.COMPRESSION_DEFLATE,
});
@rygine rygine added the bug Something isn't working label Feb 15, 2024
@rygine rygine changed the title Bug: SDK hangs when trying to send a compressed prepared message Bug: SDK hangs when trying to send a compressed prepared message with less than 10 bytes Feb 16, 2024
Copy link
Contributor

🎉 This issue has been resolved in version 11.3.11 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant