voryx / Thruway

PHP Client and Router Library for Autobahn and WAMP (Web Application Messaging Protocol) for Real-Time Application Messaging
MIT License
676 stars 118 forks source link

Make Connector injectable #269

Closed davidwdan closed 6 years ago

davidwdan commented 7 years ago

You should be able to pass the connector into transport providers, which allow users to control the dns resolver.

adrianlzt commented 6 years ago

This is something that needs to be implemented or the answer to this problem?

mbonneau commented 6 years ago

@adrianlzt This is something that should be added to https://github.com/thruway/pawl-transport to allow overriding all of the Connection options if desired.

I am going to move this issue over to there now.