ditto-clients icon indicating copy to clipboard operation
ditto-clients copied to clipboard

Eclipse Ditto™: Digital Twin framework - Client SDKs for Java and JavaScript

Results 18 ditto-clients issues
Sort by recently updated
recently updated
newest added

The buffered implementation for WebSockets has bug that it will try to send the buffered messages to the WebSocket before the WebSocket has finished connecting. From what I can observe...

javascript

Without calling `startConsumption` the `register...` methods have no effect.

java

Ditto java client 1.1.2 allocates and shuts down its own thread pools, which lead to performance problems when many instances of the java client run in the same JVM. It...

java

I think we should set users on the right path of asynchronous programming by not calling Thread.sleep in the client usage examples.

java

Ditto currently supports access token authentication using only synchronous JsonWebTokenSupplier. Refresh token operation is supposed to be asynchronous one and it will be good if a support for asynchronous JsonWebTokenSupplier...

java

Add JUnit test reports for the javascript tests. Can be done using the [jest-junit](https://www.npmjs.com/package/jest-junit) reporter.

javascript

The WebSocket implementation of the client API currently is very difficult to read, understand and extend. When reading the code (or the tests for it), it is not possible to...

javascript

Currently the JS client only allows receiving events via WebSocket. We should also provide an implementation that uses the existing SSE API that is already provided by Eclipse Ditto. Note:...

javascript