You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2020/02/17 10:41:34 UTC

[GitHub] [tinkerpop] Haapsaari-Juha commented on issue #1248: Fix to iOS platform

Haapsaari-Juha commented on issue #1248: Fix to iOS platform
URL: https://github.com/apache/tinkerpop/pull/1248#issuecomment-586929041
 
 
   I'm using Xamarin Forms platform and they have limitation on iOS documented here: https://docs.microsoft.com/en-us/xamarin/ios/internals/limitations
   
   But this code is not using any dynamic code so when digging a bit deeper in to the problem it might also be caused of this: https://github.com/dotnet/runtime/issues/31075
   
   So issue in dotnet corefx might cause this. I don't know why CreateCustomDelegate method is called when using out IGraphSONSerializer in the code but this might be the source for the exception. But same code without using out parameter works. Could not find any reference that would say this is not allowed in iOS and I'm using out parameters with types like decimal, int, string etc. in iOS without any problems.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services