Git Product home page Git Product logo

kjnetworkplugin's Introduction

Hi my dear friends 👋

  • 🧸 A drummer is also an ios engineer and loves rock music.
  • 🎷 E-mail address: [email protected][email protected] 🎷
  • 😎 希望可以找到共同爱好的音乐编程朋友做点事情~~
  • 😍 成都小伙伴可以内推一下,期待与你共事!!!
Working on: Language: Release: Reading:
Harbeth Swift + Metal v0.5.3 Based on the Metal filter library, Supports image, video, and camera.
KJCategories Objective-C v1.0.7 Collection of native ios extensions and classes to boost development process.
RxNetworks Swift v0.2.5 Plugin network tool architecture, Supports rxswift, handyjson and moya.
🎷 Can you buy me a cup of coffee? Find me :) Thanks!

kjnetworkplugin's People

Contributors

safina008 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

kjnetworkplugin's Issues

Leaks

  1. KJNetworkBasePlugin->@Property (nonatomic, strong, readonly) KJNetworkingRequest *request
    KJNetworkingRequest->@Property (nonatomic, strong) NSArray<id>*plugins;
    循环引用所有reqest response plugins 都释放不了

2.AF中

  • (NSURLSession *)session {
    @synchronized (self) {
    if (!_session) {
    _session = [NSURLSession sessionWithConfiguration:self.sessionConfiguration delegate:self delegateQueue:self.operationQueue];
    }
    }
    return _session;
    }
    delegate:self 代理为强引用,这个框架不做单例每次创建session 所有session都释放不了 没有任何地方发现手动掉用finishTasksAndInvalidate或者invalidateAndCancel。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.