rsocket-swift icon indicating copy to clipboard operation
rsocket-swift copied to clipboard

Swift implementation of RSocket Protocol

Results 8 rsocket-swift issues
Sort by recently updated
recently updated
newest added

Hi Guys, we want to start using this client in our iOS app. we are seeing the docs says it's not production-ready yet. does it related to the client also?...

Implementation of missing authentications

Hi, We are trying to integrate ios client in our ios app. we already have websocket server setup using Rsocket itself. so we are having some questions regarding that. Docs...

Update README Protocol dead link ### Motivation: Better documentation for customers ### Modifications: Update Protocol hyper to link ### Result: Link will not be 404

Just noticed that [SwiftNIO has basic support for async/await](https://github.com/apple/swift-nio/pull/1701) 🎉 The PR is not meant to be merged. Just a quick outlook into the future. The internal implementation is really...

This PR includes unit test for the different frame type. It covers test cases for initialization, encoding, decoding and flag setting. This will increase the code coverage from 0% to...

**RSocket - Swift** is not compiling with XCODE 16 showing compile time error in **RsocketCore** **RequestExamples.swift** file due to init and decoding error. ## Expected Behavior ## Actual Behavior ##...

changes in Sources/RSocketCore/Extensions/RequestExamples.swift file which is not compiling with ### Motivation: Sources/RSocketCore/Extensions/RequestExamples.swift is not compiling with xcode 16 and has done the changes according to suggestion provided by Xcode16 ###...