ctlove0523 opened a new issue #1044: use servicecomb to realize multicast
URL: https://github.com/apache/servicecomb-java-chassis/issues/1044
 
 
   I want use servicecomb to realize multicast(client one call,all server 
instances receive the call).But,i find the calss `Invocation`‘s method `    
public void next(AsyncResponse asyncResp) throws Exception {
           int runIndex = this.handlerIndex++;
           ((Handler)this.handlerList.get(runIndex)).handle(this, asyncResp);
       }`
   check the index,so it invoke a `IndexOutOfBoundsException`.
   
   Help me,thanks~

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to