Vinelab / minion

A Simplified Client for WAMP v2 (Web Application Messaging Protocol) with command line support - PHP WebSocket Made Easy
MIT License
126 stars 16 forks source link

Update Thruway dependency to 0.3 #5

Closed xtrasmal closed 8 years ago

xtrasmal commented 9 years ago

Hi there,

The Thruway package is in another version than the one minion requires. Could you update and test and see if the new version is compatible?

"voryx/thruway": "0.3.*"

douglasgalico commented 8 years ago

Agreed, this is very important. One of the advantages may be the use of addInternalClient method...for example to make a 'Push Server' with a custom Client listening messages from another script (with ZeroQM) and push to topics in a synchronous way. Maybe this change will result in a new feature like extend Client?