ddp-client-java
ddp-client-java copied to clipboard
Meteor DDP Client for Java
Results
2
ddp-client-java issues
Sort by
recently updated
recently updated
newest added
Hello :) I was wondering if it is possible to use something like async await (or promises) for the callback (onResult) functions. This would be necessary in on of our...
Make the example applications automatically reconnect as needed. When the meteor app changes, the server restarts, booting all clients. The JS client automatically reconnects, so the Java client should too.