adamhartford / SwiftR

Swift client for SignalR (iOS and Mac)
MIT License
174 stars 74 forks source link

Hub Id #42

Closed NuelNikhil closed 8 years ago

NuelNikhil commented 8 years ago

@adamhartford is it possible with SwiftR to get something like this hub.Id like in javascript connection.hub.Id ??? or I need to contact the server to create one like Context.ConnectionId ??? or anything else ??? I saw a connectionId property in your js file can I use that property to get a connectionId to send it to the server ???

NuelNikhil commented 8 years ago

Got it .... Hub.connection.connectionID ... got it inside connected state