-
Notifications
You must be signed in to change notification settings - Fork 22
Group: Allow connections to be added or removed on-the-fly #39
Comments
Please, explain how do you do that :-). I reckon this is not possible but I woud like to know how do you run and add at the same time. |
Currently it's not possible with Hoa, it's a feature request: I'd like to be able to do it :) |
Removing is hard because connections are “merged”, but this is still possible to undo this Lines 205 to 229 in 5b136b1
Adding should already work I think. Why would you like to remove a connection? If you close it, it's OK, isn't it? I understand your needs, I am just looking for a workaround. |
Maybe the Connection\Group is designed weirdly. It looks like Connection classes (both Client and Server) have code to manage multiple connections with |
Nop. Actually, the design seems weird because of the |
No, don't bother it's not urgent. We already developed our system with another library, but we were evaluating other libraries to migrate (the one we use it's not working with PHP 7). |
Currently if we merge connections after the run, they don't seem to be listened.
The text was updated successfully, but these errors were encountered: