I tried creating a basic hub with two Receive methods, one accepts a string and the other an int. This causes an error stating that the method cannot be resolved. Commenting out one of the methods gets rid of the error and everything works.
Is it possible to have overloads of a method in my hub? Could something like overloads be done?