swift-server / swift-kafka-client

Apache License 2.0
83 stars 23 forks source link

Fix conversion from String to Bytes #103

Closed felixschlegel closed 1 year ago

felixschlegel commented 1 year ago

Motivation:

String.count is the character count, but not the byte count

Modifications: