c9 / core

Cloud9 Core - Part of the Cloud9 SDK for Plugin Development https://c9.github.io/core/ https://c9.io
Other
2.56k stars 921 forks source link

Set socket.emit #495

Open ozcanovunc opened 6 years ago

ozcanovunc commented 6 years ago

When a custom proxy is used, in socket.js freezePublicAPI method is run. That's why, in chrome-debug-proxy-launcher.js socket.emit = socket.getEmitter(); becomes noop. So emit method of socket cannot be called. This is fixed.