Rob Schoenaker
Rob Schoenaker
This was a huge commit. I will merge your changes with it. No worries. The changes I made include: - State on a connection, so you know WHO sent something...
I implemented this and created a pull request for it
Connection management is handled on a lower level. You do not need to do ping/pong. If you answer radu's question, maybe he is able to help. How is the Android...
I created a pull request that should allow for filtering connections based on anything. Find it here: https://github.com/radu-matei/websocket-manager/pull/32/commits It also allows for adding properties and speeds up sending messages.
This seems to be related to the fact that teh consul code generates a GUID for the service ID. I suspect that when this is persisted (some kind of local...
@hoaihuongbk sorry, no. The consul code itself generates the GUID. You can (ofcourse) create your own service IDs by changing the existing code (like I did). Does this help you,...
Looking forward to see @Html.Partial support too. There is just no way to do this @ the moment...
Include != Html.Partial. I would like to see support for all Html.* calls, just like they work in 'normal' views. The reason being that I do not want to modify...
The difference is syntax, so you are not missing any point. It may be functionally identical, but I need the Html helpers to work... If there is a way to...