kinza88

Results 3 issues of kinza88

When using Socket.io all i could found is timeout for .connect() as: ``` socket.connect(timeoutAfter: 5) { print("Could not connect") } ``` How can i implement timeout in emit? I got...

Hey i am using socket.io version 13.1.0 (latest) When app in launched, after some (random) time socket gets disconnected. It reconnects again and then again it gets disconnected and thus...

How can open or close programmatically? I need to add more views on top of the render view (the view tapping which opens collapsible view) and in the onPress functions...