Skip to content

High CPU load on "long" runtime? #68

Description

@bergziege

Hi there,

while tinkering with my new Stream Deck Module (#66) I am experiencing high CPU load (100% on single Thread) when letting the app run for an extended period of time (Always after at least 1h of runtime, but more often even after a few minutes) .
Ill try a Stream Deck Classic this afternoon and see if it has the same problems.

SysInfo: Ryzen5, Linux Mint Cinnamon, Stream Deck Module (32btn)

I currently reduced my code to the bare minimums and the problem persists:

using (var deck = StreamDeck.OpenDevice())
 {
  Console.ReadKey();
 }

Cheers
Bernd

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions