AleAnd
AleAnd
Then the AMQP Connection thread handles an UnexpectedConnectionDriverException, a MissedHeartbeatException for example, it tries to log the error message. In the process of logging, this thread takes lock on GelfAppender...
The current implementation of the filter method for the Stream trait seems incorrect. The tail method should continue filtering the stream. https://github.com/scalawithcats/scala-with-cats/issues/252
In Chapter 3.3, Exercise: Stream Combinators, the provided implementation of the filter method for the Stream trait seems incorrect. In the current implementation, the tail method doesn’t correctly apply the...