moozzyk / SignalR-Client-Swift

Swift SignalR Client for Asp.Net Core SignalR server
MIT License
351 stars 132 forks source link

Use Async/Await instead of callbacks #263

Open MattParkerDev opened 1 year ago

MattParkerDev commented 1 year ago

Using Async await will be a cleaner implementation than callbacks and more in line with Swift.

moozzyk commented 1 year ago

Yes