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
To me it looks we are starting a new process, retrieving data from the car, and then completely discarding the result. We are not even keeping track of the task. Surely this can't be right?
It looks like this gets called when the stream becomes inactive, and the car is suspended.
Similarly, the data from retrieved from the following function:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What does this code do?
To me it looks we are starting a new process, retrieving data from the car, and then completely discarding the result. We are not even keeping track of the task. Surely this can't be right?
It looks like this gets called when the stream becomes inactive, and the car is suspended.
Similarly, the data from retrieved from the following function:
Some how ends up here:
Not sure I understand how this happens. But if I understand this, might help to explain the first question.
Beta Was this translation helpful? Give feedback.
All reactions