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
Improve error message when erlang.call() used from non-worker thread
The previous error "No callback handler registered" was confusing.
The new message explains the issue and suggests using execute_async()
for concurrent calls from other threads.
Added test case to verify the improved error message.
0 commit comments