Skip to content
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

When the connection is given, CAP failed to insert message into Cap message table. #16

Closed
alexinea opened this issue Jul 25, 2017 · 1 comment

Comments

@alexinea
Copy link
Member

void Publish(string name, string content, IDbConnection dbConnection, IDbTransaction dbTransaction = null);
void Publish<T>(string name, T contentObj, IDbConnection dbConnection, IDbTransaction dbTransaction = null);
Task PublishAsync(string name, string content, IDbConnection dbConnection, IDbTransaction dbTransaction = null);
Task PublishAsync<T>(string name, T contentObj, IDbConnection dbConnection, IDbTransaction dbTransaction = null);

When I use such four APIs, it is failed to insert message into cap message table, for the table named Published does not yet exist.

yang-xiaodong added a commit that referenced this issue Jul 25, 2017
@yang-xiaodong
Copy link
Member

yang-xiaodong commented Jul 25, 2017

Thank you for your feedback, I have been in the version 1.1.0-preview-00017748473 fixes this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants