Set datagram to none in nonblocking read
This commit is contained in:
parent
03ec124072
commit
cd7596fe98
|
|
@ -54,6 +54,7 @@ class ClusterMsgHandler:
|
|||
type = CLUSTER_NONE
|
||||
self.notify.warning("getData returned false")
|
||||
else:
|
||||
datagram = None
|
||||
dgi = None
|
||||
type = CLUSTER_NONE
|
||||
# Note, return datagram to keep a handle on the data
|
||||
|
|
|
|||
Loading…
Reference in New Issue