Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试使用 RestKit 发布对象时,出现以下错误。“无法发送正在加载或加载的请求而不先重置它。”
这是什么意思?如何重置请求?
如果不发布代码,很难说出错误在哪里,但是:当_isLoading或_isLoaded设置为时,会发生此错误NO。您可以尝试在使用发送之前重置您的请求[myRequest reset];。
_isLoading
_isLoaded
NO
[myRequest reset];