-
Notifications
You must be signed in to change notification settings - Fork 19
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
Java Server #16
base: master
Are you sure you want to change the base?
Java Server #16
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Many thanks for the PR Ayan! Can you create a new folder called Java and shift your code inside that. Also, see if you can only commit the server code and not the Android app. Also, it will be great if you also add a README for future users to be able to run your code!! (You can also modify our README by adding a section called Java like we have for Python and Node)
@@ -28,7 +28,7 @@ public void onOpen(WebSocket conn, ClientHandshake handshake) { | |||
|
|||
@Override | |||
public void onClose(WebSocket conn, int code, String reason, boolean remote) { | |||
|
|||
mSocket.close(); | |||
} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we just keep this file and remove everything else that may be unnecessary? I believe this is the server core? May I suggest that you clean the code here a bit. Take care of indentations etc.
Hey,I am ayan .This is a java server built app for android devices to recieve stream from phonePi app