首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Xamarin forms iOS应用程序在当天第一次打开时崩溃

Xamarin forms iOS应用程序在当天第一次打开时崩溃
EN

Stack Overflow用户
提问于 2021-08-27 04:56:09
回答 1查看 74关注 0票数 0

我已经使用Xamarin表单构建了一个iOS应用程序。它被集成到火力基地的撞车中。所以我从几个ios用户那里得到了一个错误。

代码语言:javascript
复制
Non-fatal Exception: Unable to read data from the transport connection: The socket is not connected.

at System.Net.Sockets.Socket+AwaitableSocketAsyncEventArgs.ThrowException (同步错误) <0x105528640 + <11ade8ccf21d4e088feeebdfa82d9e3b#d1ce4374a462223982a60b97d03a2ef1>:0中的System.Int16( Mono.Net.Security.MobileAuthenticatedStream.InnerRead令牌) <0x1055284b0 + System.Threading.Tasks.ValueTask`1+ValueTaskSourceAsTask+<>cTResult.<.cctor>b__4_0中的0x00073> (System.Net.Sockets.SocketError状态) <0x104d714f0 + :0中的0x00173> -从抛出异常的前一位置开始的堆栈跟踪结束- at :0 (System.Boolean System.Net.Sockets.SocketError,System.Int32 requestedSize,System.Threading.CancellationToken cancellationToken) <0x10544c170 + <11ade8ccf21d4e088feeebdfa82d9e3b#d1ce4374a462223982a60b97d03a2ef1>:0中的Mono.Net.Security.AsyncProtocolRequest.InnerRead ( 0x0039b> cancellationToken) <0x1054467a0 + Mono.Net.Security.AsyncProtocolRequest.StartOperation中的0x0039b> (System.Threading.CancellationToken cancellationToken) <0x105446120 +Mono.Net.Security.AsyncProtocolRequest.StartOperation中的0x0024b> (System.Threading.CancellationToken cancellationToken) <0x105445cd0 +cancellationToken中的0x00273> (,Mono.Net.Security.MobileAuthenticatedStream.StartOperation (Mono.Net.Security.MobileAuthenticatedStream+OperationType类型的<11ade8ccf21d4e088feeebdfa82d9e3b#d1ce4374a462223982a60b97d03a2ef1>:0中的System.Boolean shutdownCheck) <0x1054484a0 + 0x0002f>,Mono.Net.Security.AsyncProtocolRequest asyncRequest,System.Threading.CancellationToken cancellationToken) <0x1

但是,我仍然不知道这个问题是从哪里发生的,为什么会发生。任何人都有想法

EN

回答 1

Stack Overflow用户

发布于 2021-08-30 01:43:41

此错误通常意味着目标计算机正在运行,但您尝试连接的服务不可用。(它要么停止、崩溃,要么正忙于处理另一个请求。)所以,你可能想检查你的网络或者做一些类似的事情,你可以检查这个问题,它很好地解释了这个问题,Unable to read data from the transport connection : An existing connection was forcibly closed by the remote host

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/68948192

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档