jarangmandi / TDHelper

GUI for Trade Dangerous and EDDBlink
MIT License
6 stars 0 forks source link

Exception thrown when updating commander profile #4

Closed jarangmandi closed 3 years ago

jarangmandi commented 3 years ago

Sometimes, when a commander profile request is issued, an exception is thrown

jarangmandi commented 3 years ago

Seems to happen when the length of the input string is greater than the circular buffer size, but less than the Capacity (which isn't the same number).

Need to correctly refer to the circular buffer size.

jarangmandi commented 3 years ago

Issue resolved and merged to development