You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using compressToBase64() method in javascript library and sending this compressed string over http headers.
After receiving this compressed string, to decompress it in WCF we are using C# library's decompressFromBase64() method. It is always returning null.
The text was updated successfully, but these errors were encountered:
Want to check in on this issue even though it's really old. We have just done some pretty large updates to the project: #12
Would like to know if the updated version still has this issue or not. There are now some unit tests included in the project so it's possible you could do some basic testing with those.
will keep this issue open for a few days and if I don't hear back from you i'll go ahead and close it.
We are using compressToBase64() method in javascript library and sending this compressed string over http headers.
After receiving this compressed string, to decompress it in WCF we are using C# library's decompressFromBase64() method. It is always returning null.
The text was updated successfully, but these errors were encountered: