swift-log-telegram
swift-log-telegram copied to clipboard
Fix log message
Fix the case when request is refused because metadata has unsupported symbols
@stevapple Please take a look 🙏
Thanks for fixing this and helping with Swift Concurrency migration! @yehorchernenko
For using Task and async/await we'd better bump the minimum Swift requirement to 5.5 first. The implementation itself looks good and I'm going to merge once I can confirm it's compatible with both Linux and macOS. Hopefully a basic CI pipeline could be set up soon.
Hi @stevapple :)
I'm implementing this package on my project and after some hours of debugging I came with the same fix that Yehor is proposing (escaping the metadata)
It would be great if this could be merged ❤️
Hi @dev-onepayclick! Thanks for your reply. I would be glad to apply the fix, but I think this PR is adding too many stuffs other than the fix now. Some of them (namely bumping Swift and platform version requirements) are unnecessary for the fix, and still needs careful design.
@yehorchernenko Would you mind splitting all unrelated changes into a separate PR, making this a simple, 1-line change?