ClankBundle icon indicating copy to clipboard operation
ClankBundle copied to clipboard

A Symfony2 Bundle for use with Ratchet WebSocket Server

Results 27 ClankBundle issues
Sort by recently updated
recently updated
newest added

Kindly let me know if this bundle is still maintained, so that If I choose to integrate it in any of my apps i don't have to maintain myself. I...

I have set up the ClankBundle. I want to initialize session management so, I can have session object attached to the connections. I did what was suggested in the documentation....

Hi, I'm reading about this project in order to use the bundle in one of my own. It turns out that after I launch the server I open up developer...

HI there, I have tried the examples provided in docs, they work fine with Chrome and Firefox but not with IE-9. I know IE-9 doesn't support WebSocket. Is this the...

Well, how to close a connection without reloading the page? F.e: $(document).ready(function(){ clank.close(); }); Or something like that. Is it possible to close the connection (without reloading/closing browser )? Regards

http://symfony.com/doc/current/contributing/code/standards.html#service-naming-conventions

Hi. I'm working around with the RPCs, and when I try to inject the security context and recover the current user, this is null I've tried in a bunch of...

Based on the simple fact that this repository is not maintained (the last commit goes back 2 years) I took the initiative to create a fork to continue the development....

When installing this bundle through composer I receive the following error messages: ``` Package guzzle/common is abandoned, you should avoid using it. Use guzzle/guzzle instead. Package guzzle/stream is abandoned, you...