carson-katri / swift-request

Declarative HTTP networking, designed for SwiftUI
MIT License
727 stars 41 forks source link

updatePublisher internal protection #58

Closed staticdreams closed 2 years ago

staticdreams commented 2 years ago

Hi,

I would like to use updatePublisher for repeated calls (as per documentation), but it looks like it is unaccessible due internal protection level.

Is this a bug?

carson-katri commented 2 years ago

Sorry for the wait! I have opened a PR that fixes this (#62), please let me know if that will resolve your issue.

staticdreams commented 2 years ago

Thank you!