NathanaelA / nativescript-websockets

Websockets for NativeScript
83 stars 43 forks source link

Use getbytes instead of toString #76

Closed ineiti closed 5 years ago

ineiti commented 5 years ago

With iOS13, NSConcreteMutableData.toString() got changed to return something more user-readable, so it cannot be used anymore for getting the data.

Closes #75

NathanaelA commented 5 years ago

Interesting, thanks for the fix! Will get this merged and pushed to npm asap.