Skip to content

Having trouble receiving UI events #118

Answered by esensar
smolck asked this question in Q&A
Discussion options

You must be logged in to vote

Hello! Thank you for reporting this issue. I hope library is usable for you.

I have checked out the code you posted in the question and it seems that all issues come from notification handler. I believe there is a bug in library (the stacktrace you posted) which I will try to resolve quickly.

Regarding the rpcStreamer vs NeovimApis, it is my bad for bad API design. In the meantime you can use a workaround, using code similar to NeovimApis:

var rpcClient = new RpcClient.Builder()
        .withObjectMapper(NeovimJacksonModule.createNeovimObjectMapper()).build();
var reactiveRpcStreamer = ReactiveRpcClient.createDefaultInstanceWithCustomStreamer(rpcClient);

Key difference here is usage of N…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
4 replies
@smolck
Comment options

@esensar
Comment options

@esensar
Comment options

@esensar
Comment options

Answer selected by smolck
Comment options

You must be logged in to vote
2 replies
@smolck
Comment options

@esensar
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants