triniwiz / nativescript-socketio

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

Weak #65

Closed kefahB closed 6 years ago

kefahB commented 6 years ago

Hello,

Just for tour information :-) : on IOS

/platforms/ios/Pods/Starscream/Sources/WebSocket.swift:125:5: warning: 'weak' should not be applied to a property declaration in a protocol and will be disallowed in future versions
    weak var delegate: WSStreamDelegate? {get set}
[18-08-05 09:54:15.348] (CLI) === BUILD TARGET QBImagePickerController OF PROJECT Pods WITH CONFIGURATION Release ===
[18-08-05 09:54:15.348] (CLI) /Users/kefahbader/Sites/nativescript-project/DIGI-PAY-CLIENTS/platforms/ios/Pods/Starscream/Sources/WebSocket.swift:125:5: warning: 'weak' should not be applied to a property declaration in a protocol and will be disallowed in future versions
[18-08-05 09:54:15.348] (CLI)     weak var delegate: WSStreamDelegate? {get set}
[18-08-05 09:54:15.348] (CLI)     ^~~~~

Thank

triniwiz commented 6 years ago

@kefahB that's from one of dependency