Closed sidatacom closed 6 years ago
So i downgrade to 15.8.9 old mono version and xamarin and same code run very well !!!
Did nobody test the iOS implementation here with the preview versions ??? Nobody from Microsoft have a look to this project ???
To which version did you upgrade? Also, have you seen this note about Xamarin development from our team?
I upgrade from 15.8.9 to 15.9.0 if this version is not supported yet you should write this in the Main description. If you install visual studio this is the lastest stable version !!!
With this update microsoft make a major upgrade for the ios components. New mono runtime new xamarin version and one of them are not compatible looks like.
Now i installed the 15.9.0 preview 6 and can switch between both versions. Same result with preview version, same error !!!
Thank you for the information, apologies for linking you to an old doc, as it has helped some other Xamarin devs in their journey. The SignalR team members will be engaging some of our friends in the Xamarin team to work on this. I'll keep this thread updated.
I spoke with our colleagues in the Xamarin team and this feels like an issue with a recent Xamarin update, and unrelated to the SignalR package. The team has asked that you use the VS Feedback tool to submit an issue, as the Xamarin team highly prioritizes issues that come in via that tool. For now I will close this GitHub issue as it seems to be specific to this Xamarin update and not to SignalR. If we ascertain through internal issue resolution that this is a SignalR issue I'll re-open it here. Expect to hear a response once you submit the vs-feedback item, as the team frequently triages issues coming in from that channel.
No response from vs team !!!
I can't articulate with predictability how long it will take the feedback team to reply, but I'm confident they'll get to you.
We are now tracking this bug here https://github.com/mono/mono/issues/11731
@sidatacom as you can see from the mono bug referenced here, we have a proposed fix for this issue. We're going through the validation and packaging activities for this and expect to include this fix in the next servicing release for 15.9. Thanks for your patience!
thanks for the update, @Aguilex and team!
[0:] Method not found: void System.Threading.Tasks.ValueTask
1..ctor(System.Threading.Tasks.Sources.IValueTaskSource1<!0>,int16)
On connecting to the hub this error show's
ex = {System.MissingMethodException: Method not found: void System.Threading.Tasks.ValueTask
1..ctor(System.Threading.Tasks.Sources.IValueTaskSource
1<!0>,int16) at System.IO.Pipelines.Pipe+DefaultPipeWriter.FlushAsync (System.Threading.CancellationToken cance...The exception raised after : await _hubConnection.StartAsync(cancellationToken);
In the update the MONO VERSION and Xamarin Version will be updated.