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
This might be a golang question, but I can't find the answer.
For subscription, how do we handle error?
right now I'm just doing channel <- data for a subscription when new data comes in, how do we know if client actually received data, or if client suddenly has a bad mobile connection, how is that error returned?
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
-
This might be a golang question, but I can't find the answer.
For subscription, how do we handle error?
right now I'm just doing
channel <- data
for a subscription when new data comes in, how do we know if client actually received data, or if client suddenly has a bad mobile connection, how is that error returned?Thank you
Beta Was this translation helpful? Give feedback.
All reactions