Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Switch track IDs to strings #24

Open
nicmr opened this issue Dec 28, 2019 · 1 comment
Open

Switch track IDs to strings #24

nicmr opened this issue Dec 28, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@nicmr
Copy link
Owner

nicmr commented Dec 28, 2019

To avoid having to deal with integer bounds etc. we should aim to replace the trackid with a string in

  • the protocol (currently Number)
  • the server (currently u64)
  • the client (currently Elm Int)
@nicmr nicmr added the enhancement New feature or request label Dec 28, 2019
@nicmr
Copy link
Owner Author

nicmr commented Dec 29, 2019

The issue is actually just with Elm, where the maximum ID is a relatively low 2^32/2-1, as opposed to the rust code, where the maximum ID is 2^64-1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant