By Francesco Buonomo on Saturday, 05 April 2025
Posted in Support
Likes 0
Views 107
Votes 0
Hi Sergio, the latest version does not compile the sgcWebSocket_Server_WebBrokerBridge_HTTP2 unit because the function
DoBeforeOnCommand(aConnection: TsgcWSConnection;
aRequestInfo: TIdHTTPRequestInfo; aResponseInfo: TIdHTTPResponseInfo): Boolean; override; of the TsgcWSHTTP2WebBrokerBridgeServer class has a different signature than the one it descends from (TsgcWSHTTPServer class)
View Full Post