tidwall / SwiftWebSocket

Fast Websockets in Swift for iOS and OSX
MIT License
1.53k stars 244 forks source link

Show socket transactions in iOS simulator with proxy #124

Open marksiu opened 6 years ago

marksiu commented 6 years ago

Allow to see the socket transaction when using iOS simulator with proxy

Changes as following

  1. Added a flag allowProxyInSimulator to turn on/off the setting
  2. Updated README.md

issue number #99