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
{{ message }}
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.
Typing the former line in to the JS Debug Console gives a result as expected - newName is called when an appropriate message is received. The latter line includes promises, I can only assume that this makes the difference.
The text was updated successfully, but these errors were encountered:
The line:
in dapp-bin/chat/chat.html (Marek's branch) doesn't work. newName is not called when messages of that type arrive. Oddly, the line after:
works fine.
Typing the former line in to the JS Debug Console gives a result as expected - newName is called when an appropriate message is received. The latter line includes promises, I can only assume that this makes the difference.
The text was updated successfully, but these errors were encountered: