episerver / content-events-masstransit

Apache License 2.0
4 stars 0 forks source link

Cache not invalidating after upgrading to .Net 6 #8

Open jante-knowit opened 2 years ago

jante-knowit commented 2 years ago

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 commented 2 years ago

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 commented 1 year ago

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

lunchin commented 1 year ago

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 commented 1 year ago

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