GeniusesOfSymfony / WebsocketAppDemo

Demo of GosWebSocketBundle
MIT License
40 stars 24 forks source link

Fix small issue #1

Closed AchilleAsh closed 9 years ago

AchilleAsh commented 9 years ago

The current demo version isn't fully working:

Composer.lock was causing an issue with composer, composer update fixed it. Should the lock file be included in the repo? The RPC call was not working as it was lacking the {method} requirement : it tried to call a method with no name (maybe caused by composer update installing an updated lib version)

Pull request to easily solve this problem ; I also improved the example view: the client resubscribe again to see messages, for example clients login/logout

Thanks!

jjsaunier commented 9 years ago

Composer.lock was causing an issue with composer, composer update fixed it. Should the lock file be included in the repo?

Yes it's a good idea.

Thank you @AchilleAsh !