zj
zj
As the title says
System version :window11 x64 IXWebSocket version :v11.4.4 There are two known problems: 1. If the server is unexpectedly disconnected, IXWebSocket does not receive a close or error message 2. When...
System: Windows 11 64-bit. This lib is great. Although there were some issues encountered during use When the server is abnormally shut down, the client did not receive the close...
如题

```kotlin @JvmStatic fun wrap(view: View): StateView { val parent = view.parent if (parent is ViewGroup) { ... val wrap = FrameLayout(view.context) // 似乎应该处理 index parent.addView(wrap, view.layoutParams) ... return stateView }...