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.
如何设置 PyAMF Django 网关,使其使用 AMF3 而不是默认的 AMF0?
默认情况下,PyAMF 支持 AMF0(NetConnection 远程处理)和 AMF3(Flex 消息传递),其中 RemoteObject 是其中一种。
文档提供了一个简单示例,说明如何使用两者来处理 PyAMF 网关。
此外,您可以设置 pyamf.DEFAULT_ENCODING = pyamf.AMF3 :-)