when use GCDWebServer(iOS), I want to request 2 urls like: 192.168.0.121/sample, 192.168.0.121/sample2 with same port like 8080. But one success, one failed.I know port been occupied, but how to aviod it?
this is my demo, thx for downing... https://github.com/liman123/MockServer_demo
I have read all README and checked the sample app,but still can not find solution, can some one help me? (Let GCDWebServer support different paths with same port), thank u!