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
I thought I was being clever with this, but this fails when we receive a command (either a response, or we are acting as a server). We create the super-class, then end up casting it to the subclass with comments about how this is safe... but it's not, precisely because the subclass implements selectors the superclass does not.
The text was updated successfully, but these errors were encountered:
I thought I was being clever with this, but this fails when we receive a command (either a response, or we are acting as a server). We create the super-class, then end up casting it to the subclass with comments about how this is safe... but it's not, precisely because the subclass implements selectors the superclass does not.
The text was updated successfully, but these errors were encountered: