|
@@ -415,6 +415,7 @@ class OutboundClient:
|
|
|
event_name = info.getHeader("Event-Name")
|
|
|
device_id = info.getHeader("unique-id")
|
|
|
kwargs = json.loads(info.serialize('json'))
|
|
|
+ print("dsdsdsdsdsdsdsdsdsdsdsdssd", kwargs)
|
|
|
destination = self.server.agent.register(**kwargs)
|
|
|
self.server.logger.info("device_id=%s, destination=%s", device_id, destination)
|
|
|
|