AutosoftDMS / SignalR-Swift

SignalR client library written in pure Swift
MIT License
60 stars 55 forks source link

type of 'HubResult.result' property is Any? #6

Closed vldalx closed 7 years ago

vldalx commented 7 years ago

In the current implementation, if a Server returns to a Client a JSON object or an array of objects the data will be missed.

jordancamara commented 7 years ago

Thanks @vldalx. Good catch on both counts.