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
In order to let PullConsumer be full GenServer derivative, we must implement missing terminate/2 callback functionality. It should be called when the process dies, not necessarily when connection disconnects.
In order to let
PullConsumer
be fullGenServer
derivative, we must implement missingterminate/2
callback functionality. It should be called when the process dies, not necessarily when connection disconnects.See:
The text was updated successfully, but these errors were encountered: