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

Nuget 6.19.4 having issue with issue with **DECRYPT ERROR** on FetchHistory #201

Open
hareshkalyani opened this issue Jan 9, 2024 · 0 comments

Comments

@hareshkalyani
Copy link

hareshkalyani commented Jan 9, 2024

Just upgraded the Pubnub from 3.18.4 to direct 6.19.4.

All went well but Fetch history having exeption on decryption.

Same thing worked for nuget 6.19.3.

After checking last commits for 6.19.4 I see exception at this place.

File: src/Api/PubnubApi/Security/SecureMessage.cs
Line number: 159

object decodeMessage = jsonLib.DeserializeToObject((decryptMessage == "**DECRYPT ERROR**") ? decryptMessage : decryptMessage);

if there is DECRYPT ERROR, it should not be taking decryptMessage, it should be taking kvpValue.Value.ToString() as its done at other places.

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

No branches or pull requests

1 participant