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
What I see from console logs in backend application is something like:
connetetd
qftDanMOpdaTndMgAAAe has joined
connetetd
ZnQ1zyAbjhH9ldQuAAAf has joined
But in the front end side I can not see any result for print('message $msg'); and maybe bacause of that I can not also see any results in backend side as well. Why this happens and how can I fix that?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
This is the simple socket.io NodeJS server I am trying to run:
And this is the code from my Flutter app:
Then I use the following button to send the messages:
What I see from console logs in backend application is something like:
But in the front end side I can not see any result for
print('message $msg');
and maybe bacause of that I can not also see any results in backend side as well. Why this happens and how can I fix that?Beta Was this translation helpful? Give feedback.
All reactions