You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to handle a situation where user might have input invalid parameters for tvDatafeed and so the entire tvDatafeedRealtime thread would crash. One possibility is to create a list of valid inputs and only allow enterying those through GUI. Other option is to use try-except clause and handle such exception.
The text was updated successfully, but these errors were encountered:
Need to handle a situation where user might have input invalid parameters for tvDatafeed and so the entire tvDatafeedRealtime thread would crash. One possibility is to create a list of valid inputs and only allow enterying those through GUI. Other option is to use try-except clause and handle such exception.
The text was updated successfully, but these errors were encountered: