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'm using the socket-io parser and trying to add a bit of functionality on top, without duplicating everything. It would be amazing if I could just extend the socket-io parser and overwrite a couple of the methods (e.g. the string parsing), but because they are all private I'm not able to. Is there any chance they could be made protected so this is possible?