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
Added a client factory (copied from Gos\Bundle\WebSocketBundle\Pusher\Wamp\WampConnectionFactoryInterface and Gos\Bundle\WebSocketBundle\Pusher\Wamp\WampConnectionFactory) in the gos/web-socket-bundle package
Introduced Gos\Component\WebSocketClient\Wamp\ClientInterface as an interface for the client class
Made Gos\Component\WebSocketClient\Wamp\Client final
Added more in-depth type and error checking, and typehinting
Extracted the functions that generate string payloads from Gos\Component\WebSocketClient\Wamp\WebsocketPayload into a Gos\Component\WebSocketClient\Wamp\PayloadGeneratorInterface
Made Gos\Component\WebSocketClient\Wamp\WebsocketPayload a final class as it serves as a DTO
This is the first beta for the 1.0 release of this package.
Changes from the 0.3 release include:
Introduced Gos\Component\WebSocketClient\Wamp\ClientInterface as an interface for the client class
Made Gos\Component\WebSocketClient\Wamp\Client final
Added more in-depth type and error checking, and typehinting
Extracted the functions that generate string payloads from Gos\Component\WebSocketClient\Wamp\WebsocketPayload into a Gos\Component\WebSocketClient\Wamp\PayloadGeneratorInterface
Made Gos\Component\WebSocketClient\Wamp\WebsocketPayload a final class as it serves as a DTO