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
ok, yeah, we actually fire the listeners collected in addUserErrorListener;) there will be multiple locations where we have to add firing the hook .. best in probably to look at the twisted ABPy and component ABPy implementations ..
It seems ABPy Component API does not implement/expose onUserError. Also for Java, it may make sense to give the "user error" in the exceptionally clause of the CompletableFuture. That way developers will know the context where the issue is coming and subsequently better handle it.
Providing errors in a separate, context-independent mechanism is likely to make the API complex
The ABJ does not implement the onUserError, while we have the signature on the Session class, we don't really hook that to anything.
autobahn-java/autobahn/src/main/java/io/crossbar/autobahn/wamp/Session.java
Line 1377 in 9d08106
The text was updated successfully, but these errors were encountered: