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 Kontena::Websocket::Client class contains many methods that are intended to be private, but this is currently commented to allow the client specs to call those methods.
Most of those methods are related to the actual TCP/SSL-level client behavior, and refactoring those out into separate TCP/SSL client classes would allow specs to be written for those APIs.
The text was updated successfully, but these errors were encountered:
The
Kontena::Websocket::Client
class contains many methods that are intended to be private, but this is currently commented to allow the client specs to call those methods.Most of those methods are related to the actual TCP/SSL-level client behavior, and refactoring those out into separate TCP/SSL client classes would allow specs to be written for those APIs.
The text was updated successfully, but these errors were encountered: