Coder Social home page Coder Social logo

yorkie-team / yorkie-ios-sdk Goto Github PK

View Code? Open in Web Editor NEW
16.0 6.0 4.0 2.19 MB

Yorkie iOS SDK

Home Page: https://yorkie.dev/docs/ios-sdk

License: Apache License 2.0

Swift 99.99% Shell 0.01%
crdt ios swift realtime-collaboration yorkie hacktoberfest

yorkie-ios-sdk's People

Contributors

hackerwins avatar humdrum avatar hyeongsik-won avatar krapie avatar myupage avatar wi-seong-cheol avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

yorkie-ios-sdk's Issues

Memory leak in iOS TextEditorApp Sample

What happened:

  • Run TextEditorApp Sample from the project.
  • Tap on Text Editor button to open an empty textView.
  • Yorkie Client Activatation Fails
  • Tap on the Yorkie Sample back button to pop TextEditorViewController from the current NavigationController
  • TextEditorViewController still remains in memory.

What you expected to happen:

  • TextEditorViewController should be removed from the memory

How to reproduce it (as minimally and precisely as possible):

  • As described above

Anything else we need to know?:

  • Inside TextViewModel.swift's func cleanup(), since detaching a client throws YorkieError.clientNotActive error, I had to handle the error with do...catch instead of force unwrapping with try!
    func cleanup() async {
        do {
            try await self.client.detach(self.document)
            try await self.client.deactivate()
        } catch {
            // handle error
//            print("error = \(error.localizedDescription)")
        }
    }
  • I tried weak capturing of self in every closure that resides in TextEditoApp project with no luck.

Environment:

  • Operating system: iOS 16.4
  • Yorkie version (use yorkie version): 0.3.6
  • Yorkie iOS SDK version: 0.3.6

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.