-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-now it is possible to pass IP address and port number of server-side app to client app as command line arguments when launching (this will make binaries usable, even if server-side application will eventually be shut down) -following options are supported: {--help | -h} - lists all available options and default values {--address | -a} SERVER_ADDRESS - specifies SERVER_ADDRESS as IP address of machine where the server-side application is listening {--port | -p} SERVER_PORT - specifies SERVER_PORT as number of port on which the server-side application is listening
- Loading branch information
Showing
4 changed files
with
38 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters