We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I wrote a custom stream protocol by extending ProtocolHandler and created a strict binding to my id.
The problem.
It works when I add it while building the host protocols{ +myprotocolbinding() }
all stream ops are working as expected.
but when I attach it at runtime with the help of addProtocolhandler() -> Exception while protocol is negotiated. (while resolving controller future)
Am I missing something?
The text was updated successfully, but these errors were encountered:
I tried writing a UT with Echo() protocol, the same thing is happening. Negotiator.kt -> requestor firesProtocolNegotiationFailed,
Author: @Nashatyrev , any idea if Im missing anything?
Sorry, something went wrong.
I also had the same problem.
No branches or pull requests
I wrote a custom stream protocol by extending ProtocolHandler and created a strict binding to my id.
The problem.
It works when I add it while building the host
protocols{
+myprotocolbinding()
}
all stream ops are working as expected.
but when I attach it at runtime with the help of addProtocolhandler() -> Exception while protocol is negotiated. (while resolving controller future)
Am I missing something?
The text was updated successfully, but these errors were encountered: