spring-projects-experimental / spring-grpc

88 stars 19 forks source link

Fix errors in integration tests on shutdown of client #47

Open dsyer opened 2 weeks ago

dsyer commented 2 weeks ago

I see some stack traces in tests sometimes because a context is closed before the client is shutdown. Not sure why, and it's mostly harmless, but it would be good to not see it.

CyberZujo commented 2 weeks ago

@dsyer Can I take this one?

dsyer commented 2 weeks ago

Sure. I don’t really know how to start. As far as I know we already shut the clients down. It might just be a test that needs fixing?