本文介绍了如何在iOS中的Web套接字中看到乒乓球的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在做iOS浏览器和Socketserver之间的websocket。
但我无法看到发生的乒乓,因为javascript没有任何回调方法它。
解决方案
使用
I am doing websocket between webview in iOS and Socketserver.
But I am unable to watch ping-pong that happens because javascript does not have any call back methods for it.
解决方案
Use Charles Proxy
It has a tab called WebSocket that shows all web socket related conversations including frames such as Ping,Pong and Close.
这篇关于如何在iOS中的Web套接字中看到乒乓球的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!