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 moved up to release 1.5, although had to change all the callbacks. That came to pass, and all seems well except this:
When calling unsubscribe(), the lockable logger I passed to wampcc was able to log:
LOG 20171110-19:22:53.081567 14684 INFO unsubscribed, subscription_id 28, request_id 3 ...
But upon examining the callback arg struct unsubscribed_info, I found its was_error member was set to true.
I'm sure the previous wampcc version that I had used for a long time had its was_error member set to the right value, though the struct had a different name.
The text was updated successfully, but these errors were encountered:
I moved up to release 1.5, although had to change all the callbacks. That came to pass, and all seems well except this:
When calling
unsubscribe()
, the lockable logger I passed towampcc
was able to log:LOG 20171110-19:22:53.081567 14684 INFO unsubscribed, subscription_id 28, request_id 3 ...
But upon examining the callback arg
struct unsubscribed_info
, I found itswas_error
member was set totrue
.I'm sure the previous
wampcc
version that I had used for a long time had itswas_error
member set to the right value, though thestruct
had a different name.The text was updated successfully, but these errors were encountered: