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
When embedding pywebsocket in other projects, it would be useful to have a way
to programmatically pass the command lines arguments to the standalone demo
server without relying on subprocess or monkey patching.
Enclosed is a two-liner patch against r599 to optionally pass command line
arguments to _main() in standalone.py.
Original issue reported on code.google.com by fourman...@gmail.com on 5 Nov 2011 at 7:36