Hi, I've a small problem with Session and Client disconnection.
I use the OnDisconnecting event on my TRtcHttpServer to handle a client disconnection with session like this:
if Sender is TRtcDataServer then
with TRtcDataServer(Sender) do
if Session <> nil then
All work fine if the client close the application...but if the client force the disconnection by calling the HttpClient.Disconnect method, on server the Session is always "nil".