socket.io-client-swift v13.1.0 Release Notes

    • ๐Ÿ‘ Allow setting SocketEngineSpec.extraHeaders after init.
    • ๐Ÿ—„ Deprecate SocketEngineSpec.websocket in favor of just using the SocketEngineSpec.polling property.
    • Enable bitcode for most platforms.
    • ๐Ÿ›  Fix #882. This adds a new method ๐Ÿšš SocketManger.removeSocket(_:) that should be called if when you no longer wish to use a socket again. This will cause the engine to no longer keep a strong reference to the socket and no longer track it.