OTError* error = nil;
[session signalWithType:@"" string:@"hello" connection:_connection1 error:&error];
if (error) {
    NSLog(@"signal error %@", error);
} else {
    NSLog(@"signal sent");
}