Git Product home page Git Product logo

Comments (7)

NinoFloris avatar NinoFloris commented on June 3, 2024

Which versions of npgsql and efcore.pg is your project referencing?

from efcore.pg.

choby avatar choby commented on June 3, 2024

Which versions of npgsql and efcore.pg is your project referencing?

8.0.2

from efcore.pg.

choby avatar choby commented on June 3, 2024

There was another strange problem, after the initial upgrade to.NET 8, there were frequent ssl errors, which did not reappear after I set ssl mode to disable in the connection string

from efcore.pg.

roji avatar roji commented on June 3, 2024

@choby I'm not sure what we can do with such a partial bug report (just a stack trace). I'd need some sort of minimal repro, or at least full statement logging from the PG side to see what is being sent to the database.

from efcore.pg.

choby avatar choby commented on June 3, 2024

I found that if I used tojson() to map jsonb fields, I encountered this problem when I manually enabled multiple UnitOfWorks, and I didn't encounter this problem when I fell back on the tojson() method to HasColumnType("jsonb"). Also note that I made an http request in the UnitOfWork

from efcore.pg.

choby avatar choby commented on June 3, 2024

And this problem seems to exist only in certain scenarios, for example, I run it perfectly in debug mode on my macbook, but I run it 3-4 times out of 10 on ubuntu

from efcore.pg.

roji avatar roji commented on June 3, 2024

@choby thanks for the added detail, but the information above is still very partial, and I'm not sure what we can do to investigate this.

If you can reproduce the problem 3-4 times out of 10 on Ubuntu, please try putting together a minimal, runnable repro (i.e. console application) that does this - a good way is to simply run the code in a loop until it fails. If you manage to do that, please post that back here and we'll revisit. In the meantime I'll go ahead and close the issue as we can't investigate it without a repro.

from efcore.pg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.