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
The two functions had different signatures and I could not instantiate InterThreadBufferTransport object.
Could you please correct definitions of the send() methods. I thought that the definition of InterThreadBufferTransport was
adequate but most of Transport children classes have the definitions same as Transport base class. I could not determine which should be correct, 'const' or no 'const'.