triniwiz / nativescript-socketio

Socket.IO for nativescript
Apache License 2.0
71 stars 31 forks source link

IOS : WebSocket.swift "characters" is deprecated ! #62

Closed kefahB closed 6 years ago

kefahB commented 6 years ago

Hello,

I read this msg when the app compile :

PROJECT_NAME/platforms/ios/Pods/StarscreamSocketIO/Source/WebSocket.swift:668:37: warning: 'characters' is deprecated: Please use String or Substring directly if headerSecKey.characters.count > 0 {

There is no error momently, the websocket work, but maybe this error come from ?? #61

Thank you

b02505048 commented 6 years ago

Am having the same problem, any solution?

SergioZhydecky commented 5 years ago

I have the same issue