gpt4 book ai didi

iphone - EAOutputStream 写入 :maxLength: - 230 failed to write because stream does not have space available

转载 作者:可可西里 更新时间:2023-11-01 06:16:07 24 4
gpt4 key购买 nike

我在用这个。在我将我的 iPhone 升级到 IOS 6.1 之前,它运行良好。

[[session_ipos outputStream] write:ui8Buff maxLength:tot];

现在它给出错误信息:

ERROR - /SourceCache/ExternalAccessory/ExternalAccessory-213/EAOutputStream.m:-[EAOutputStream write:maxLength:] - 230 failed to write because stream does not have space available

最佳答案

尝试在UI线程中编写

EASession _session

InvokeOnMainThread (() => {
_session.OutputStream.Write(byteArray);
});

关于iphone - EAOutputStream 写入 :maxLength: - 230 failed to write because stream does not have space available,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14723156/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com