Skip to content

fixed binary protocol changes #154

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
May 17, 2021
Merged

Conversation

AuthenticEshkinKot
Copy link
Contributor

Fix for issue #149

Copy link
Member

@aensidhe aensidhe left a comment

Choose a reason for hiding this comment

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

Changing constants will break backwards compatibility.

Could you provide a documentation for that change?

@AuthenticEshkinKot
Copy link
Contributor Author

https://www.tarantool.io/ru/doc/latest/dev_guide/internals/box_protocol/
IPROTO_FIELD_NAME=0x00
IPROTO_SQL_INF O=0x42
SQL_INFO_ROW_COUNT (0x00)

@AuthenticEshkinKot
Copy link
Contributor Author

I've added support of old enum values

@Totktonada
Copy link

I would not bother much about tarantool 2.0 support: it was development tarantool series and had no real releases. However, if it is cheap, I don't mind.

@aensidhe
Copy link
Member

aensidhe commented May 7, 2021

Why do we need Task.Run change?

@AuthenticEshkinKot
Copy link
Contributor Author

Honestly, I don't know. It was in @ilnardinio 's commit.

@ilnardinio
Copy link
Contributor

Sometimes there was deadlock in .Net Core (I do not remember the exact version). Task.Run was workaround.

@aensidhe aensidhe merged commit c783473 into progaudi:master May 17, 2021
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.

4 participants