- 7F7198C51EB6B00321C1754F1675D907263BF600B8EF67B79641E4A763357FE73935B9F1534234D226F9564E2341AEAAFB50BFCFF5128BFE14404651B8A36EF2
+ 543B50FA952DEA77A3A28AC4166697877605D330DD65B74B50F2E27393F7AA0C3CC08585515661194D65F23F208818A32D2DFF7C3C81385A9473803B4FEE61E6
blatta/lib/server.py
(1 . 4)(1 . 4)
109 VERSION = "9987"
110 VERSION = "9986"
111
112 import os
113 import select
(166 . 12)(166 . 7)
115 for x in inputready:
116 if x == self.udp_server_socket:
117 bytes_address_pair = self.udp_server_socket.recvfrom(PACKET_SIZE)
118 self.station.embargo_queue_lock.acquire()
119 try:
120 self.station.handle_udp_data(bytes_address_pair)
121 except sqlite3.ProgrammingError as ex:
122 logging.error("sqlite3 concurrency problem")
123 self.station.embargo_queue_lock.release()
124 self.station.handle_udp_data(bytes_address_pair)
125 for x in iwtd:
126 if self.client != None:
127 self.client.socket_readable_notification()