gimite / web-socket-js

HTML5 Web Socket implementation powered by Flash
BSD 3-Clause "New" or "Revised" License
2.73k stars 489 forks source link

SORRY, RTFM: fallback to calling server itself #44

Closed dvv closed 13 years ago

dvv commented 13 years ago

Hi! Is there a feature to request the window.location.host for policy file if port :843 is closed/blocked? Would be very nice

TIA, --Vladimir

gimite commented 13 years ago

Flash Player automatically falls back to the port you are connecting to (i.e. the WebSocket port) when 843 port is not available.

dvv commented 13 years ago

Yeah, I just couldn't delete this issue once I'd performed RTFM :) Sorry