socket.io-client-swift
socket.io-client-swift copied to clipboard
I try pinning certificate but not work The document does not contain CertificatePinning description in version 16.x SocketIO Version ``` pod 'Socket.IO-Client-Swift', '16.0.1' ``` Init SocketIO ``` let certificatePinning =...
Building in Xcode 13 gives the warning message: `Module 'SocketIO' was not compiled with library evolution support; using it means binary compatibility for 'TestApp' can't be guaranteed` A simple test...
Hello to all i'm currently using the library with the new package manager of XCODE13, when i try to add the package using the package manager, i paste the URL...
Hello i have problem when i am using SocketIO in ios ack always false and the data are is empty but in web and android app working fine.Every thing was...
2021-12-09 15:10:11.323771+0800 WeTalk[5784:912049] LOG SocketIOClient{/}: Socket connected 2021-12-09 15:10:11.324220+0800 WeTalk[5784:912049] LOG SocketIOClient{/}: Handling event: statusChange with data: [connected, 3] statusChange--------------[connected, 3] 2021-12-09 15:10:11.324782+0800 WeTalk[5784:912049] LOG SocketIOClient{/}: Handling event: connect with...
My socket.IO server publishes Date-Fields (as Unix-Timestamp). I have two different socket.IO listeners running. One of them interpretes the Date-Field correctly as Int64 number. However the other listener interpretes the...
From java backend, certain field is Date but I got timestamp in iOS, which affects negatively my work of checking signature. e.g. server: `..."createdAt":"2021-04-26T18:43:30.901Z"...` socket.on("message") { data, ack in... `..."createdAt":1619433810901...`...
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...
This is the first time I'm working with SocketIO and have socket info like this: ``` Link socket: https://dev-cpl-backend-echo-auth-v2.staging-bitcastle.work; Channel: App.Orders_USDT_BTC Event: App\\Events\\OrderTransactionCreated ``` I wrote a wrapper class for...
Hi, I am just wondering if I could find the connection id or socket id after the connection is established. Is there any way to get that id? Look forward...