-
Notifications
You must be signed in to change notification settings - Fork 74
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
SendWebMessage bug on v3.1.17 #211
Comments
I just tried this on Ubuntu 22.04.4 LTS and on Windows 10. Just as the @towerbit said, this is occuring when running Photino.NET v3.1.17 |
It works properly on .NET 7 and .NET 8, but not on .NET 6. |
@towerbit Thanks for confirming. We were able to duplicate the issue and fix it, though we haven't posted a new version yet. It stems from how marshalling was dramatically changed in .NET 7 and 8. It should be working in .NET 6 with the next release. Until then, if you can compile for .NET 7 or 8 instead of 6 you can use that as a work-around. |
There seems to be an issue where only the first character of the message string is returned by SendWebMessage() when the 'Call .NET' button is clicked in the Photino sample code (Photino.HelloPhotino.NET) on Windows 10, while running with Photino.NET v3.1.17. The sample code worked well with the last version I tried, which was Photino.NET 2.3.0.
The text was updated successfully, but these errors were encountered: