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
SubscribeMessage and UnsubscribeMessage are only ever used together, so are SetDestinationMessage and UnsetDestinationMessage. There really isn't much reason to keep them as separate message types. It seems unwise to support actors that do not have the option of cleaning up after oneself. Consolidating these message types will shorten the codebase.
The text was updated successfully, but these errors were encountered:
SubscribeMessage and UnsubscribeMessage are only ever used together, so are SetDestinationMessage and UnsetDestinationMessage. There really isn't much reason to keep them as separate message types. It seems unwise to support actors that do not have the option of cleaning up after oneself. Consolidating these message types will shorten the codebase.
The text was updated successfully, but these errors were encountered: