Skip to content
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

Mismatch code repository on org.java-websocket:Java-WebSocket and Github #398

Closed
lmsmartins opened this issue Sep 27, 2016 · 6 comments
Closed
Labels

Comments

@lmsmartins
Copy link

lmsmartins commented Sep 27, 2016

In my android app I've imported this library using the following dependency:
compile 'org.java-websocket:Java-WebSocket:1.+'

However, if you take a look at the WebSocketClient class you see it differs a lot from the one available through this github repository. In fact, the "timeout" doesn't seem to be used on the library downloaded through Maven. This variable has different names (timeout in Maven and connecttimeout in Github).

See attached both files. Could you please update so I can download this library using the gradle file?
WebSocketClient_Github.txt
WebSocketClient_Maven.txt

What's the dependency the link I should use in gradle to retrieve the github repository instead?
I'm trying to use this without success: com.github.tootallnate:java-websocket:1.0+

Thanks

@lmsmartins
Copy link
Author

lmsmartins commented Sep 29, 2016

In the meanwhile, I've compiled the library and manually imported into my project. Please update the maven repository so I can use gradle. Thank you.

@marci4
Copy link
Collaborator

marci4 commented Mar 17, 2017

I personally don't have any access to maven.

Gonna try to get in contact with @TooTallNate

Greetings
marci4

@marci4 marci4 added the Wanted label Mar 17, 2017
@TooTallNate
Copy link
Owner

I don't have access to Maven either. I have no idea who is (was) maintaining that.

@marci4
Copy link
Collaborator

marci4 commented Mar 19, 2017

I looked into it a bit more and found out that this website:
https://mvnrepository.com/artifact/org.java-websocket/Java-WebSocket/1.3.0

Looks like @TooTallNate is the founder and @Davidiusdadi is the current maintainer.

Greetings

@marci4
Copy link
Collaborator

marci4 commented Mar 26, 2017

Same as #306

@marci4
Copy link
Collaborator

marci4 commented Mar 30, 2017

I pushed an update to clojars.

Greetings
marci4

@marci4 marci4 closed this as completed Mar 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants