JDare / ClankBundle

A Symfony2 Bundle for use with Ratchet WebSocket Server
MIT License
131 stars 31 forks source link

Update to Ratchet 0.3.* #12

Closed peshi closed 10 years ago

peshi commented 10 years ago

Use the most current version of Ratchet. Currently in use 0.2.7

cboden commented 10 years ago

There are backwards compatibility breaks in 0.3.

break: Decoupled HTTP from WebSocket component -> Ratchet\Http\HttpServer

The WsServer instantiation will need to be wrapped in a Ratchet\Http\HttpServer instance.

peshi commented 10 years ago

@cboden Thanks for pointing this out, i'll set it up locally and see if I can create a PR soon.

peshi commented 10 years ago

I'm going to close this, so that it doesn't linger while looking at bc break.

bobvandevijver commented 10 years ago

Any progress on the update to support 0.3.*?