프로젝트

일반

사용자정보

개정판 53f96e00

ID53f96e0028548070d2510cf29c7002c25f32a93c
상위 b557b377
하위 3724d2a2

송근호이(가) 5년 이상 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)