Skyost / Bonsoir

A Zeroconf library that allows you to discover network services and to broadcast your own. Based on Apple Bonjour and Android NSD.
http://bonsoir.skyost.eu/
Other
100 stars 43 forks source link

fix: support unascii character for TxtRecord on darwin #95

Closed heiha100 closed 2 months ago

heiha100 commented 2 months ago

This PR fixes https://github.com/Skyost/Bonsoir/issues/90 It's seems unascii characters not be encode correctlly, just encode TxtRecord value to [UInt8] with .utf8 formate solves this problem.

Skyost commented 2 months ago

Great, thanks !