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 have to modify the source to call a member variable (a pointer of an external class which i addet as additional parameter to the constructor of the websocket class) from the static event_cb function.
Is there any way to make the event_cb non static in the class?
The text was updated successfully, but these errors were encountered:
Hello,
i have to modify the source to call a member variable (a pointer of an external class which i addet as additional parameter to the constructor of the websocket class) from the static event_cb function.
Is there any way to make the event_cb non static in the class?
The text was updated successfully, but these errors were encountered: