Coder Social home page Coder Social logo

Subscribe never finishes about blewinrtdll HOT 3 OPEN

adabru avatar adabru commented on July 22, 2024
Subscribe never finishes

from blewinrtdll.

Comments (3)

jadware avatar jadware commented on July 22, 2024 1

Looking at Demo.cs line 128. This looks like the app could easily get stuck in an infinite loop (on the main thread) if PollData is doing something unexpected like trying to deal with subscribing to a characteristic that isn't subscribable. Guessing the error is here!

{
    BleApi.BLEData res = new BleApi.BLEData();
    while (BleApi.PollData(out res, false))
    {
        subcribeText.text = BitConverter.ToString(res.buf, 0, res.size);
        // subcribeText.text = Encoding.ASCII.GetString(res.buf, 0, res.size);
    }
}

from blewinrtdll.

adabru avatar adabru commented on July 22, 2024

To further investigate you can install Visual Studio Community with C++ Desktop and UWP components., modify the UUIDs in DebugBle/Program.cs and run the DebugBle program.

If it also freezes there, you can download and run the Microsoft's Bluetooth Low Energy sample and see whether that works out. If the demo works, it should be fixable in this repo.

from blewinrtdll.

adabru avatar adabru commented on July 22, 2024

This could have been fixed by #25.

from blewinrtdll.

Related Issues (20)

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.