You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When connected to a GRPC service as a client, if that service goes down, or the connection is otherwise lost, :gun_down and :gun_up messages will be received from the calling process.
This behavior is a bit unexpected as Gun is an implementation detail of the library, and no where is it documented that these messages should be handled by the consumer of this library
To Reproduce
Steps to reproduce the behavior:
Start a GRPC service
Connect to it with this library
Kill the GRPC service
Observe that :gun_down message is received by the client
Expected behavior
Adapter lifecycle messages are abstracted by the library
The text was updated successfully, but these errors were encountered:
Describe the bug
When connected to a GRPC service as a client, if that service goes down, or the connection is otherwise lost,
:gun_down
and:gun_up
messages will be received from the calling process.This behavior is a bit unexpected as Gun is an implementation detail of the library, and no where is it documented that these messages should be handled by the consumer of this library
To Reproduce
Steps to reproduce the behavior:
:gun_down
message is received by the clientExpected behavior
Adapter lifecycle messages are abstracted by the library
The text was updated successfully, but these errors were encountered: