protojure / lib

A collection of libraries to support Protojure applications at runtime
https://protojure.readthedocs.io
Apache License 2.0
64 stars 14 forks source link

grpc-client (jetty): Fix NPE in onIdleTimeout Session.Listener #150

Closed sundbry closed 1 year ago

sundbry commented 1 year ago

The Http2Client Session.Listener.onIdleTimeout returns a boolean which indicates if the session should close after handling the timeout.

Return true from our handler, rather than nil.

Resolves #149

ghaskins commented 1 year ago

Thank you!

ghaskins commented 1 year ago

https://github.com/protojure/lib/releases/tag/v2.6.1