Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mob-connection committed Apr 14, 2024
2 parents 1e7e013 + dcc77bd commit d7aae77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Swift [STOMP](https://stomp.github.io) client for swift via [WebSocketTask](http
## Example using StompClient

```swift

let webSocket: WebSocketService = WebSocketManager(request: URLRequest(url: NetworkConstants.baseSTOMP))
let heartBeat: HeartBeatService = HeartBeatManager(clientHeartBeating: "2000,5000", clientSendingLeeway: 0.0)
let stompClient: SwiftStompClient = .init(webSocket: webSocket, heartBeat: heartBeat)
Expand Down

0 comments on commit d7aae77

Please sign in to comment.