-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't disable flash policy server #565
Comments
Yes, it seems to be missing ;o marked as bug |
Any progress on this? |
+1, still no lines in the code using 'flash policy server' option.
Do you have any suggestions how to up Socket.IO and FlashPolicy servers on the same port? |
Any progress on this? |
if you just disable flashsockets in your transport list, it should start it. |
The `Buffer` constructor has been deprecated in favor of safer alternatives. See https://nodejs.org/en/docs/guides/buffer-constructor-deprecation/
Even when I set 'flash policy server' option to false, it still runs the policy server on 10843 port.
I grep'ed the whole socket.io library, but I couldn't find any routine for checking 'flash policy server' option. I suspect it has been removed by mistake during upgrades.
The text was updated successfully, but these errors were encountered: