You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i noticed _callbacks in smpp.js is using an array to store sessions, but deleting elements in an array causes null spaces
I suggest moving it to an object or using .filter or .splice to remove elements from the array
Hi,
i noticed _callbacks in smpp.js is using an array to store sessions, but deleting elements in an array causes null spaces
I suggest moving it to an object or using .filter or .splice to remove elements from the array
node-smpp/lib/smpp.js
Line 17 in fe53dcc
The text was updated successfully, but these errors were encountered: