Igor
Igor
Or better: a static file middleware.
This is precisely the reason why I think this tool should not be specified as a dependency of a project, but used standalone. It will easily lead to conflicts with...
I'll leave this open as a documentation bug.
Seriously? I'm using [assetic](https://github.com/kriswallsmith/assetic). But I imagine this to be an issue with almost any concatenation script.
Sorry, I did not mean to be rude. The thing is that assetic does not know what kind of files it's dealing with. It just knows that it should concatenate...
Nice find! This looks quite amazing actually; and solves specifically that problem (multiuser live editing) in a very generic way.
Another interesting one worth looking at: https://github.com/Studio182/Studio-History For offline editing.
I've given this some thought, and UDP really does not fit with the current stream-oriented implementation of things. Thoughts? Can you rework/simplify the patch based on that?
Just figured out a deeper issue here. dnode-php is using `React\Socket\Connection` which is really made for server connections. A `React\Stream\Stream` (which uses `fread`) should be used instead. In fact, SocketClient...
This bundle currently does not do such a thing, but such contributions would be welcome. Maybe see how the FOQElasticaBundle is doing it to allow interop or easy switching between...