Changeset b0f092


Ignore:
Timestamp:
01/12/12 10:30:23 (4 months ago)
Author:
Micke Prag <micke.prag@…>
Branches:
('master', 'deebf2045e7119c339412580f37a1e653f7d5715')('controller-upgrade', '00f95d22e12d96ef089e0902ef62ae8ce841dc6f')
Children:
69059b935b81ae1ab0b06c99638a1b837619e05c
Parents:
4068742b254f2b7a11aba2fee7294d136447aa9b
git-author:
Micke Prag <micke.prag@telldus.se>2012-01-12 10:30:23+01:00
git-committer:
Micke Prag <micke.prag@telldus.se>2012-01-12 10:30:23+01:00
Message:

Lower the read timeout for events in the client. This should be reset
again when #157 is fixed.
See #157.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • telldus-core/client/Client.cpp

    rd7cce5 rb0f092  
    182182                } 
    183183 
    184                 std::wstring clientMessage = d->eventSocket.read(5000); //testing 5 second timeout 
     184                std::wstring clientMessage = d->eventSocket.read(1000); //testing 5 second timeout 
    185185 
    186186                while(clientMessage != L""){ 
Note: See TracChangeset for help on using the changeset viewer.