0

I was looking for Server-Sent events on watchos and found https://github.com/launchdarkly/swift-eventsource this library. The only problem is that there is no documentation on how to use it correctly. Is anyone familiar with it. Let me know please.

Pjaks
  • 251
  • 1
  • 11
  • When you have a question about a specific open source library that's not that widely used, you might have a better chance at getting an answer directly from the developers of the library by raising an issue on the GitHub page of the library. – Dávid Pásztor Aug 02 '22 at 10:30
  • I created simple package using Swift Concurrency, if you want to, check it out https://github.com/RobertDresler/SwiftSSEStream – Robert Dresler Jun 15 '23 at 09:07

1 Answers1

1

you can look at there mock implementation in their sdk

github

immi10
  • 39
  • 2