Skip to content

Fixes #118. Add schema reading on connect. #119

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

Merged
merged 2 commits into from
Oct 25, 2017

Conversation

aensidhe
Copy link
Member

Schema getters are synchronous now, because we're reading schema on connect.

Forced to copy-paste from msgpack.

var fieldNo = _uintConverter.Read(reader);
var indexPartType = _indexPartTypeConverter.Read(reader);

return new IndexPart(fieldNo, indexPartType);
}

// throw new System.NotImplementedException();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove comment

@aensidhe aensidhe merged commit 13fa6ad into master Oct 25, 2017
@aensidhe aensidhe deleted the feature/schema/reading-on-connect branch October 25, 2017 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants