Fix hz_grids:req/2,3 and add req/4 #18
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "grids-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixed a silly matching bug on NetworkID, and added req/4.
The reasonin behind req/4:
The network ID of the request is not always going to be available from the current node, particularly if the app isn't started, but the library functions should be useful regardless.
req/4 is a side-effect free version of the call that accepts a complete set of arguments and returns a request map without doing any of its own lookups.