Skip to content

Commit

Permalink
Add default correlator in UDP requests
Browse files Browse the repository at this point in the history
  • Loading branch information
pratid committed Nov 11, 2016
1 parent 8e21665 commit 1ab86a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ngsi_adapter/lib/adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ function udpRequestListener(socket, message, parserName) {
reqdomain.add(socket);
reqdomain.context = {
trans: txid(),
corr: 'n/a',
op: 'UDP'
};
reqdomain.on('error', function (err) {
Expand Down

0 comments on commit 1ab86a2

Please sign in to comment.