adamhartford / SwiftR

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

loging connection information #124

Open ayeshabhatti opened 5 years ago

ayeshabhatti commented 5 years ago

Is there a way to log debug information? like, which transport method the active connection has negotiated. I am using auto, but it is useful to know if the connection is using websockets or long polling currently.

We have a complex customer configuration where they are using load balancing and reverse proxy. The signalr is shaky there and I need the above information to help the operations team.