laravel_echo_null 0.0.5
laravel_echo_null: ^0.0.5 copied to clipboard
This Package is the improved version of the original package "laravel_echo", with some modifications and features.
0.0.1 #
- First Version of laravel_echo_null package whose function is to connect to laravel echo server using Socket.io or Pusher
0.0.2 #
- Generate a channels map in connector class
0.0.3 #
- Add connector connection events
0.0.4 #
- Fixed some issues that were occurring.
- Fixed the pusher_client Kotlin SDK version to ensure compatibility.
- Updated the package to work with
socket.io@4.x
on the server side andsocket.io-client@2.x
on the client side.
0.0.4+1 #
- Upgrade pusher_client_fixed to 0.0.2
0.0.5 #
- Clean up the code.