Rostyk
Rostyk
Is it possible to add the acknowledgement of the message receipt?
**Fat library issues** It would be great to be able to use a .xcframework rather than a "fat" .framework containing an iOS and iOS simulator slice. Building a "Fat" framework...
The swift and java sockets have the interfaces to create a socket for a certain namespace, called `nsp` in both native frameworks. In android `io.socket.client.manager` -> `public Socket socket(final String...
I'm using the socket in a swift iOS app like this: ``` private var manager: SocketManager! private var socketIO: SocketIOClient! ..... manager = SocketManager(socketURL: URL(string: url)!, config: [ .log(true), .reconnects(true),...