Open maus007 opened 6 years ago
Hi @maus007 changed you file yowsup/layers/axolotl/layer_base.py, and rebuild you yowsup
Line 81:
def onError(errorNode, getKeysEntity):
if errorClbk:
# errorClbk(errorNode, getKeysEntity)
errorClbk()
entity = GetKeysIqProtocolEntity(jids)
self._sendIq(entity, onSuccess, onError=onError)
@pabloruan0710 Nice fix, but the problem is that the broadcast layer handles the callback wrongly.. So you aren't fixing the problem with your changes you are only moving the problem to another layer.
When try send broadcast message Some times ago in android env its work in s40 env not work What different beetwen s40 and android send ?