How to cancel network request with afnetworking

后端 未结 3 1901
盖世英雄少女心
盖世英雄少女心 2020-12-09 10:24

Is there a way to cancel all network request (the request started by another method) before I do a network request with AFNetworking I tried like below but not work:

3条回答
  •  暖寄归人
    2020-12-09 10:56

    Don't Create new AFHTTPClient instance.

    try "[self cancelAllHTTPOperationsWithMethod:@"POST" path:@"product/like"];

提交回复
热议问题