Jump to content

picyka

uniGUI Subscriber
  • Posts

    1079
  • Joined

  • Last visited

  • Days Won

    34

Posts posted by picyka

  1. 10 minutes ago, picyka said:

    @Farshad Mohajeri

     

    XXXXX.exe: 00000FC4: 15:50:55 [PingWSServer]:Exceção: TUniHTTPRequest.SendRequest(): Erro de soquete # 10061
    Conexão recusada. : Endereço: $012DD33D

    Não sei o que configurei de errado aqui,

    mas meu log está cheio disso, não sei se tem alguma coisa a ver com o erro.

    Não estou usando WebSocket

    Regarding this, I still had something in the WS tests in the cfg file, that must be it, later I will bring together IIS

  2. 17 minutes ago, picyka said:

    How to resolve these warnings, has anyone managed?

    Aviso.PNG

    Solution:

    Self.CustomFiles.Add('https://maps.googleapis.com/maps/api/js?key=' + Self.KeyMaps + '&callback=gmNoop&libraries=geometry,places,visualization');

    ServerModule.CustomMeta:

    <script>

    function gmNoop(){ 

      console.log('GMap Callback');
       
    };        
                              
    </script>

×
×
  • Create New...