Closed scottslewis closed 3 years ago
On equinox, the current impl of togglereflection, addreflection, removereflection shows:
grpc://localhost:50002 |active
While on karaf these commands show
https://github.com/ECF/grpc-RemoteServicesProvider/issues/6#issuecomment-817186174
The output from equinox is correct, so the impl may have to be adjusted for Karaf usage of console.
It seems that his is likely a problem with the karaf console implementation, since it works correctly on gogo:
see https://issues.apache.org/jira/browse/KARAF-5750
I've fixed this in 1.4.2. Closing.
Looks fine now, thanks!
On equinox, the current impl of togglereflection, addreflection, removereflection shows:
grpc://localhost:50002 |active
While on karaf these commands show
https://github.com/ECF/grpc-RemoteServicesProvider/issues/6#issuecomment-817186174
The output from equinox is correct, so the impl may have to be adjusted for Karaf usage of console.