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

Cache not invalidating after upgrading to .Net 6 #8

Open
jante-knowit opened this issue Sep 9, 2022 · 4 comments
Open

Cache not invalidating after upgrading to .Net 6 #8

jante-knowit opened this issue Sep 9, 2022 · 4 comments

Comments

@jante-knowit
Copy link

After upgrading our solution to .Net 6 and EpiServer.Events.MassTransit 1.0.0, the cache invalidation has stopped working. We can see that the messages are being sent and received by the different servers (both by looking in the RabbitMQ dashboard and examining the logs). No errors are being logged. All EpiServer packages has been upgraded and we have manually made sure that all the dependencies for EPiServer.Events.MassTransit are installed.

@lunchin
Copy link

lunchin commented Sep 14, 2022

Okay, I will upgrade to net 6 and update the client. I suspect the client hit one of the few breaking changes between 5 and 6 with Binary serialization.

@jante-knowit
Copy link
Author

I tried to add the project to our solution, and now the invalidation seems to work as it should.

@lunchin
Copy link

lunchin commented Oct 7, 2022

I looked at this to upgrade today and noticed it is already on net 6. Did you ever get the package to work for you?

@jante-knowit
Copy link
Author

Sorry for the late reply. Just got it working by including the whole project, after that I didn't try the package again.

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

No branches or pull requests

2 participants