Menu

#339 PD subscriptions limit

2.1.0.0
wont-fix
None
2020-07-10
2020-07-02
No

In my application I made 15 subscriptions to UDP PD messages.
What I have noticed is that the stack can manage up to a maximum of 10 subscriptions. Can this limit be exceeded by configuration?

Discussion

  • Bernd Löhr

    Bernd Löhr - 2020-07-02

    The number of PD subscriptions is currently limited by the amount of reserved memory, only. Please check your memory configuration (in tlc_init()).

     
  • Simone Vitucci

    Simone Vitucci - 2020-07-06

    Thanks Bernd.
    Setting
    <device-configuration memory-size="524288">
    I solved.
    But is the maximum number of sessions known, which the library can manage?</device-configuration>

     

    Last edit: Simone Vitucci 2020-07-06
  • Bernd Löhr

    Bernd Löhr - 2020-07-06

    There is spreadsheet ./doc/memory.xlsx which allows you to calculate the memory needs. There is no limit for the number sessions apart from memory ressources...

     

    Last edit: Bernd Löhr 2020-07-06
  • Bernd Löhr

    Bernd Löhr - 2020-07-06
    • status: open --> wont-fix
    • assigned_to: Bernd Löhr
     
  • Simone Vitucci

    Simone Vitucci - 2020-07-10

    Thanks a lot,
    Simone

     

Log in to post a comment.

Auth0 Logo