laravel-echo-ios icon indicating copy to clipboard operation
laravel-echo-ios copied to clipboard

A wrapper for Laravel Echo in Swift

Results 12 laravel-echo-ios issues
Sort by recently updated
recently updated
newest added

There is an error in this class line 54 self.socket = SocketIOClient(socketURL: nurl, config: socketConfig) There is no initializer for the SocketIOClient class with this parameters only with: SocketIOClient(manager: SocketManagerSpec,...

Attached is a descriptive image of the problem.

Attached is a descriptive image of the problem.

I' m creating an Echo instance with params then a add echo.connected( callback: { (data, ack) in print("connected") let channel = self.echo.privateChannel(channel: "myChannel" channel.listen(event: "ChatMessage") { (data,ack) in print(data) }...

Thank you for this amazing library that helps us to connect to our laravel servers. My question is when will `here, joining, leaving` be available? Best regards!

Any plans to support Swift 5? Thanks!

I follow the docs that lead me to :"See full Echo documentation for all available methods" So the Echo documentation i want to use the broadcast in room by using...