Giter Club home page Giter Club logo

java's Issues

Status of this Java Client SDK ?!?

I am currently evaluating emitter.io as an alternative to deepstream which has some outdated and buggy client SDKs, especially when it comes to Java/Android.

First, I was very happy when I read about the concepts of emitter.io and excited to give it a try. But now that I see this 4 year old Java SDK I am really frustrated. :-( It cannot be integrated in Android as a simple Gradle dependency, the API seems to be outdated compared to the Javascript SDK, it only has 4 stars (???), ...

All in all, this does not seem worth an evaluation at all.

And again (like with deepstream) I am asking myself WHY IS THIS? Why are you obviously not caring about Java/Android? Or am I missing something?

Are there any plans for updating this SDK?

When Qos is AT_MOST_ONCE , connection.publish() is blocked all the time.

When Qos is AT_MOST_ONCE , connection.publish() is blocked all the time.
I found class CallbackConnection line 699.

private void send(Acked command, Callback cb) {
    short id = 0;
    //if(command.qos() != QoS.AT_MOST_ONCE) {
        id = getNextMessageId();
        command.messageId(id);
   // }
    send(new Request(id, command.encode(), cb));
}

remove the "//", problem solved。

Looking forward to your reply,thank you。

Fails to compile: dependencies out of date

This won't compile with the current version of maven/Java because the version of maven is too far out of date. If I update the dependencies in the pom.xml, I get an error from the (apparently-now-unsupported?) proguard-maven-plugin:
Failed to execute goal com.github.wvengen:proguard-maven-plugin:2.0.14:proguard (default) on project emitter: Obfuscation failed (result=1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.