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
Both discoverHost() and discoverHosts() in Client end up calling getKryo() which crashes when your serializer is not based on Kryo.
Probably an easy fix if you change getKryo() to return null for non-Kryo cases. Also, note that onDiscoveredHost() must support a null kryo parameter.
If what I say above is acceptable, then the fix can be made in a minute or two.
I am using JSON serialization because iOS currently chokes on Kyro when using MOE (Multi-OS Engine).
The text was updated successfully, but these errors were encountered:
bca2929
No branches or pull requests
Both discoverHost() and discoverHosts() in Client end up calling getKryo() which crashes when your serializer is not based on Kryo.
Probably an easy fix if you change getKryo() to return null for non-Kryo cases. Also, note that onDiscoveredHost() must support a null kryo parameter.
If what I say above is acceptable, then the fix can be made in a minute or two.
I am using JSON serialization because iOS currently chokes on Kyro when using MOE (Multi-OS Engine).
The text was updated successfully, but these errors were encountered: