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
Does f-stack have error codes like errno? Some times some simple function call return a negative value, which means an error happens. However the errno seems not set. For example, I have experienced that ff_send return a negative value, but cannot know the reason why it failed.