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

ObjectDisposedException: Cannot access a disposed object. #4230

Open
Th-Lima opened this issue Apr 19, 2024 · 0 comments
Open

ObjectDisposedException: Cannot access a disposed object. #4230

Th-Lima opened this issue Apr 19, 2024 · 0 comments

Comments

@Th-Lima
Copy link

Th-Lima commented Apr 19, 2024

Receiving error "ObjectDisposedException: Cannot access a disposed object." when I try to store an event
I have my event store configured in Docker, my connection in code and connection string are ok, but when trying to store an event, I am receiving this error that I did not find a solution for in the community.

Reproduce
Steps to reproduce the behavior:

  1. Configuring the event Store in Docker
  2. Configure packages and code in .NET
  3. Trying to store event with .AppendToStreamAsync()

Expected behavior
I expected it to store events normally.

Real behavior
ObjectDisposedException error: Cannot access a disposed object.

Setup/Logs/Screenshots
image

image

image

image

image

image

image

EventStore Details

  • EventStore server version:

  • Operating system: Windows

  • Client library and EventStore version (if applicable):

Additional context
Application in .NET 7

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

1 participant