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
fix: soft deprecation of headers and simplify ws socket connection (#494)
starts deprecation of the headers option as now the option won't impact anything in the code
version will be sent in the payload to ensure we still are able to check which version of the client lib is used
fix: handle subscribed called multiple times; remove redundant line (#……489)
on multiple subscribe calls, we ignore if we do not need to act instead of raising an exception
it also removes a line of code that was creating issues on channel removal: #488