Results 40 comments of shuo

Good full stack, we can see the window is created inside UIApplicationMain.

@madsmtm the window is created by winit, before it calls uiapplicationmain. I don’t think user has the chance to modify where to initialize the window in ios platform.

@madsmtm I'm not sure, I just started read winit code the moment hit by the crash. But I see code in app_state, which implements `will_launch_transition` or `did_finish_launching_transition`, they are taking...

@madsmtm Thanks for the advice. From code here, seems the crate supports user create a new window instance and replace the one winit created. Seems a bit hacky in my...

@kchibisov Thanks, any link for the documentation? I scanned the code but didn't find anything. In readme, the window is created outside of the event loop.

Yap, it is bad and will be fixed when Cocoapods .36 out.

Not sure whether this is what you asking. After you get a socket, then you can emit message by ``` Swift socket.event("message", data: [1,2,3]) ```

Pls paste some code snippet? 发自我的 iPhone > 在 2015年3月6日,上午3:28,longbowww [email protected] 写道: > > when i open a new socket and join - suddenly the library starts polling like crazy...

Sorry, I was stuck in Android dev in the last two months. I will do it but not now.