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
cfx := sdk.NewClient(...)
clientSub, err := cfx.SubscribeNewHeads(...)
for {
select clientSub->Error(): // channel not notified even the internet is cut off for a while
....
}
cfx := sdk.NewClient(...)
clientSub, err := cfx.SubscribeNewHeads(...)
for {
select clientSub->Error(): // channel not notified even the internet is cut off for a while
....
}