Robert Kovačević
Robert Kovačević
 Looks like there's still an issue. This is 0.12.10.
+1 would like to see this
How about using `displayName` when type is a `Function`? It also seems to me that `Function` is sometimes named (possibly in ES6 case), so that could also be checked.
Can you try changing the order of the AVPs, so that SGSN-Address comes before 3GPP-GGSN-Address in the array?
For nodejs socket handling, better if you ask on stackoverflow or similar. Diameter wise, perhaps you need Device-Watchdog-Requests: https://tools.ietf.org/html/rfc6733#section-5.5 On Mon, Sep 21, 2020 at 10:30 PM luisfilsilva wrote: >...
Hi Naresh, The dictionary lookup is very inefficient. I'll try to implement some type of caching. Hopefully, I'll get it done this weekend. Cheers, Robert
I pushed a cache optimisation for the dictionary lookup code, it's in version 0.8. There are some other things that could be done, with request construction, but I need to...
The functions that @Naresh-Edla quotes definitely need to be rewritten / optimised, but what is more troubling is that every time a message is sent (as a request or a...