laravel-echo-ios
laravel-echo-ios copied to clipboard
A wrapper for Laravel Echo in Swift
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...