crossbario / autobahn-java

WebSocket & WAMP in Java for Android and Java 8
https://crossbar.io/autobahn
MIT License
1.52k stars 427 forks source link

Implement progressive call results #559

Open muzzammilshahid opened 4 months ago

muzzammilshahid commented 4 months ago

closes #553

oberstet commented 4 months ago

@om26er not sure why GH doesn't allow me to request a review .. but did you have a look, do you have time for reviewing?

in general, comments & (some minimal) docs would be great!

as in, what is the status of ABJ after the PR regarding the two relevant features of WAMP AP wrt to "progressive stuff"':

  1. https://wamp-proto.org/wamp_ap_latest_ietf.html#name-progressive-call-results
  2. https://wamp-proto.org/wamp_ap_latest_ietf.html#name-progressive-call-invocation

we should also double check the new (and existing) impl. in ABJ versus the "official" spec text .. eg do the feature names and such match?

om26er commented 3 months ago

Sure, I will take a look into this