Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When component loading fails, does not send componentsready #61

Closed
jonnor opened this issue Apr 22, 2016 · 1 comment
Closed

When component loading fails, does not send componentsready #61

jonnor opened this issue Apr 22, 2016 · 1 comment
Labels

Comments

@jonnor
Copy link
Member

jonnor commented Apr 22, 2016

This means that if a single component fails to load, then any FBP client which expects componentsready, like Flowhub or fbp-spec will fails to talk to the runtime.

Because there is no stack associated with the error (just message), and the message does not contain the name of the faulty component, it is essentially impossible to find the issue from the client-side.
Need to use a debugger on the remote end...

@jonnor jonnor added the bug label Apr 22, 2016
@bergie
Copy link
Member

bergie commented Nov 24, 2020

This is correct, you'll either get component:error or component:componentsready. fbp-client (and hence fbp-spec handles this correctly).

@bergie bergie closed this as completed Nov 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants