voryx / ThruwayBundle

Bundle for building Real-time Apps in Symfony
98 stars 47 forks source link

Support for prefix matching #78

Closed ThePixelDeveloper closed 6 years ago

ThePixelDeveloper commented 6 years ago

Currently there's no way of defining an annotation based subscription to support prefix matching. This code in the WampKernel.php doesn't support it. Can support be added for it? I have time to write a PR for it if that's of interest.

It'll potentially help resolve the following problems as well: https://github.com/voryx/ThruwayBundle/issues/38 and https://github.com/voryx/ThruwayBundle/issues/5

davidwdan commented 6 years ago

A PR would be great!

ThePixelDeveloper commented 6 years ago

@davidwdan Submitted a PR. Would appreciate if you could take a look, thanks.