Added a function to extend the options used in the initial connection#52
Added a function to extend the options used in the initial connection#52bondt wants to merge 3 commits intovoryx:masterfrom
Conversation
Synced src/ and release/ .js files
|
@davidwdan if accepted, could you push a new release? |
|
@bondt I'm not clear on what the use case is for this? When would you need to change the connection options after the initial setup? |
|
@davidwdan I am using Another use case is written in #45. And finally I don't see why angular-wamp should limit autobahn's connection options to be set and managed freely. |
|
I'm not a big fan of being able to change the options after the service has been created. It's confusing and allowing the user to open and close the connection while changing the options is a separation of concerns issue. If anything we should make it easier to create a new instance of the service without having to set options at bootstrap. |
|
I agree with you on both terms, though I think the developer should be capable of managing this. :-) |
And synced src/ and release/ .js files
For #45 :-)