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.
我有一个具有 NetConnection 的 Adobe Air 移动应用程序。一个在呼叫我的 AMF 服务器时会进行呼叫,并且一切都恢复正常。当我拨打第二个电话时,我的应用程序崩溃了。
有人遇到这个吗?
也许您的服务器客户端是错误的原因!这可能是 NetConnection 自动合并两个 amf 调用的原因。因此,您在服务器端的功能将运行两次。在服务器端检查您的 require 或 require_one 。
您将需要获取更多信息。在调试模式下运行它,您应该会得到堆栈跟踪、变量值等。
弄清楚了。我在客户端和服务器上的模型不匹配。为什么 AIR 只是崩溃并且没有给我一个错误,这很奇怪。