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
When I open a connection to not responding endpoint I've got gun_open_failed error which is ok. But I've also got an Crash Report of shotgun fsm, because fsm returned {stop, gun_open_failed} in the init function which is, at the end, called by shotgun_sup.
Will this behavior change?
For me crash report should occur when something unexpected happen and this case is quite common.
What is your opinion about that?