rsocket / rsocket-java

Java implementation of RSocket
http://rsocket.io
Apache License 2.0
2.35k stars 354 forks source link

Update "Supported Core Protocol Features Matrix" to add that Resumption is supported #1098

Open leonard84 opened 10 months ago

leonard84 commented 10 months ago

Documentation Issue

https://rsocket.io/about/implementations says that resumption isn't supported for rsocket-java.

However, from searching through the issues it looks like it is supported.

Improvement Suggestion

Add the X in the Resumption column, if it is indeed supported.

It could also update the version information to the latest released version.

Additional context

image