Delphi-Cross-Socket icon indicating copy to clipboard operation
Delphi-Cross-Socket copied to clipboard

Delphi cross platform socket library

Results 58 Delphi-Cross-Socket issues
Sort by recently updated
recently updated
newest added

C:\temp>CrossHttpConsole.exe Windows 7 Service Pack 1 (Version 6.1, Build 7601, 64-bit Edition) EAccessViolation: Access violation at address 000000000043F20A in module 'CrossH ttpConsole.exe'. Read of address 0000000000000040 Unexpected Memory Leak An...

TCrossHttpResponse._CheckCompress中的压缩类型都是写死的! 建议增加参数,设置默认类型,在默认类型基础上可增加可压缩类型

如果CrossSocket能用在Remobjects里面,将把两个组件库的巨大优势发挥到极致!

I only try 5 websocket client, but got this error connection 800000000000001B epoll_ctl socket=-1073741819 events=0xFFFFFFFF error 9 What above error?

客户端在发送Gzip格式的数据的时候,Header头也会自动增加 Content-Encoding 属性,是否在服务端接收数据的时候,能增加一个属性,自动解压缩内容。

有无锁化的计划吗?Do you have a plan of no locker for threads?

发现cross里这个epoll_wait真的不阻塞,在没完没了的返回-1,GetLastError=EINTR,也就是所有线程都在空转了,这个应该会占掉不少cpu,影响性能,怎么解决? Net.CrossSocket.Epoll.pas里的function TEpollCrossSocket.ProcessIoEvent: Boolean; LRet := epoll_wait(FEpollHandle, @FEventList[0], MAX_EVENT_COUNT, -1); if (LRet < 0) then begin LRet := GetLastError; // EINTR, epoll_wait 调用被系统信号打断, 可以进行重试 Exit(LRet = EINTR); end;

Hello, By a chance do you have a demo showing how to use the WebSocket classes to implemente a WebSocket client only? Thanks, -- Fernando.