개정판 53f96e00
issue #1157 : 웹서비스 Hub Connection Error Exception 로직 변경.
Change-Id: Ib8ba04faa0fb0916371475ae164bbd66a1df5e20
KCOM/Services/BaseServices.cs | ||
---|---|---|
706 | 706 |
{ |
707 | 707 |
Console.WriteLine("There was an error opening the connection:{0}", |
708 | 708 |
task.Exception.GetBaseException()); |
709 |
throw task.Exception.GetBaseException(); |
|
709 |
//throw task.Exception.GetBaseException();
|
|
710 | 710 |
} |
711 | 711 |
else |
712 | 712 |
{ |
... | ... | |
735 | 735 |
if (task.IsFaulted) |
736 | 736 |
{ |
737 | 737 |
Console.WriteLine("ConnectionMarkus :: There was an error calling send: {0}", task.Exception.GetBaseException()); |
738 |
throw task.Exception.GetBaseException(); |
|
738 |
//throw task.Exception.GetBaseException();
|
|
739 | 739 |
} |
740 | 740 |
else |
741 | 741 |
{ |
... | ... | |
757 | 757 |
break; |
758 | 758 |
} |
759 | 759 |
} |
760 |
}).Wait();
|
|
760 |
}); |
|
761 | 761 |
|
762 | 762 |
// 서버에서 클라이언트 호출 ( 프로그램 구동여부 ) : 라이센스 체크 후 응답 ( 반환값 : true, false ) |
763 | 763 |
//MarkusLicenseProxy.On<bool>("IsConnection", status => |
내보내기 Unified diff