DyKnow / SignalR-ObjC

Objective-C Client for the SignalR Project works with iOS and Mac
MIT License
443 stars 213 forks source link

Replacing connectionWithURL: with connectionWithURLString: #268

Closed richardgroves closed 8 years ago

richardgroves commented 8 years ago

The method to create a connection from a URL string is named [SRConnection connectionWithURLString:] - fixing the example code to use it.