You are not logged in.
Hi there everyone,
My REST server is throwing the following EInterfaceFactory exception:
Interface has too many methods (129), so breaks the Interface Segregation Principle and our internal buffers provision
Is there anything I can do to get around this problem?
Thanks,
JD
Offline
No, because as stated, methods indexes are stored as signed 8-bit so in 0..127 range.
And it breaks the Interface Segregation Principle - if you don't know what it is, worth investigating.
Offline
@ab
I thought it only had to do with the number of interface functions. I removed the last one I added and all went well. Is there a limit on the number of functions a REST server can have?
Offline