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
The Cocos IDE says when i try to restart Port 5086 being used by PrebuiltRuntimeJs.exe ...
using netstat -a says that 0.0.0.0:5086 is being used (state LISTENING).
My guess is after the error when i try to change some native variable the runtime does not close the port.
The text was updated successfully, but these errors were encountered:
I already solved and this bug only happend once, my gess is there is some thing wrong in my computer after restart all works fine once again, ty any way.
After get some error with this piece of code
The Cocos IDE says when i try to restart Port 5086 being used by PrebuiltRuntimeJs.exe ...
using
netstat -a
says that 0.0.0.0:5086 is being used (state LISTENING).My guess is after the error when i try to change some native variable the runtime does not close the port.
The text was updated successfully, but these errors were encountered: