robotdotnet / NetworkTables

FRC NetworkTables for .NET. This is all old code and should not be used anymore.
3 stars 5 forks source link

Exception when attempting to use NetworkTable.AddGlobalConnectionListener #48

Closed sipsorcery closed 8 years ago

sipsorcery commented 8 years ago

To reproduce use:

NetworkTable.AddGlobalConnectionListener(SetConnectivityMarker, true); .. private void SetConnectivityMarker(NetworkTables.Tables.IRemote remote, ConnectionInfo conn, bool connected) { ... }

Exception thrown is MissingMeberException, details can be seen in this screenshot