zj

Results 7 issues of zj

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...

![无标题](https://github.com/stdware/qwindowkit/assets/49802283/d92f5992-b846-4a31-90ab-6909772f90b3)

```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 }...