JSONRPCKit icon indicating copy to clipboard operation
JSONRPCKit copied to clipboard

BatchFactory question.

Open OlegGordiichuk opened this issue 7 years ago • 1 comments

After code review I have question. What if I need to create Batch request that contains more than 6 commas? How should I solve this ?

OlegGordiichuk avatar Apr 03 '18 20:04 OlegGordiichuk

If you look at the implementation of BatchFactory, then probably make the extension create(N) and make BatchN

amordo avatar May 03 '18 17:05 amordo