Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typo in NetworkTable.GetKeys() causing error #125

Merged
merged 1 commit into from
Nov 26, 2020
Merged

Fixed typo in NetworkTable.GetKeys() causing error #125

merged 1 commit into from
Nov 26, 2020

Conversation

Nolan1324
Copy link
Contributor

@Nolan1324 Nolan1324 commented Nov 26, 2020

Resolves the following error when calling GetKeys on a NetworkTable object:

ArgumentOutOfRangeException: Specified argument was out of the range of valid values.

Reproduction:

using FRC.NetworkTables;
...
NetworkTableInstance.Default.GetTable("SmartDashboard").GetKeys(); //This causes the error

@ThadHouse ThadHouse merged commit 7fbc425 into robotdotnet:master Nov 26, 2020
@Nolan1324 Nolan1324 deleted the fixes branch November 26, 2020 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants