-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Strange error when subscribing to unhandled notifications #6
Comments
I have neovim/neovim#8883 which should make the error more useful for this very reason. IIRC, the .net compiler is printing stuff to stdout or stderr, which obviously isn't valid msgpack. Maybe it can be fixed by adjusting the |
I wonder if a better strategy might be to build the executable and run the built dll directly instead of building to run. It would improve startup time too. It would also give something to place in the rplugin folder instead of just leaving an empty one... That said, I don't fully understand everything going on :) |
That's quite possible. Help is certainly welcome... |
I'd love to help. Is this the best place to ask questions as I investigate? |
sure.
Maybe @b-r-o-c-k can comment on whether the current approach is intentional/required for some reason. |
Error invoking 'poll' on channel 92:^@ch 92 sent an invalid message, closed
I get the above error when registering commands like so:
Any ideas whats going on? Its hard to debug this without much in the way of documentation/examples.
The text was updated successfully, but these errors were encountered: