v1.2.1
- Fixed the return values for
Spear.subscribe/4
when the subscription request fails.
For example, if a connection is made with an invalid password, Spear.subscribe/4
would previously return {:ok, %Spear.Connection.Response{}}
(an internal struct). Now Spear.subscribe/4
returns {:error, %Spear.Grpc.Response{}}
.