zephyr-im / zephyr

An institutional/enterprise-scale distributed real-time messaging and notification system
34 stars 11 forks source link

wait_for_srvack patch incomplete #53

Closed andersk-auto closed 10 years ago

andersk-auto commented 10 years ago

leko@ATHENA.MIT.EDU on help,zephyr was having a 30-second-timeout problem on zephyr location, using tzc and libzephy4; it turned out to be that wait_for_srvack in ZLocations.c only filters on z_kind == SERVACK and it needs to permit SERVNAK responses as well. ran with the patch and it solved the problem; we should put this in to 3.0...

andersk-auto commented 10 years ago

Imported from trac issue 53. Created by eichin@THOK.ORG on 2009-08-11T12:59:23, last modified: 2009-08-11T14:35:21

andersk-auto commented 10 years ago

Trac comment by kcr@ATHENA.MIT.EDU on 2009-08-11 14:35:01:

Fixed in [2531]