GithubHelp home page GithubHelp logo

[.NET6] Webscoekts issue about ponilcu HOT 2 OPEN

Ponita0 avatar Ponita0 commented on July 26, 2024 1
[.NET6] Webscoekts issue

from ponilcu.

Comments (2)

mikaeldui avatar mikaeldui commented on July 26, 2024

Listening for process startups requires admin privilege, see https://stackoverflow.com/a/972067/1275774.

@MingweiSamuel implemented a watcher for the lock file, which I don't think requires any special privileges: https://github.com/MingweiSamuel/Camille/blob/release/3.x.x/src/Camille.Lcu/src/AutomaticLockfileProvider.cs

Another alternative is checking the lock file and port every 5 seconds or so, waiting for the client to start.

I've not implemented anything like that in my lib as it's subscribing to the individual events instead of the entire OnJsonApiEvent and would have to re-subscribe everything. It'd also have to handle account changes somehow. I do have an event for when the client process exits.

from ponilcu.

Ponita0 avatar Ponita0 commented on July 26, 2024

The problem exists only when
Subscribed to events and running on .NET6 and
client opens/closes
Other than that it works.
Tried to comment out the socketConnection.send line and it worked decently.
When i uncommented it and ran the app
If league is already on, everything is ok
If its not on, it'll listen for it, after it's on the lib detects that it's on and starts listening to the events, then it stack overflows

from ponilcu.

Related Issues (5)

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.