delphistompclient icon indicating copy to clipboard operation
delphistompclient copied to clipboard

STOMP client for Embarcadero Delphi and FreePascal.

Results 24 delphistompclient issues
Sort by recently updated
recently updated
newest added

I made an application in Delphi "Console Application" where I connect via PAServer to display on Linux Ubuntu. However, when I run the program on the Linux terminal, but I...

Following code does not compile in Delphi XE5: ``` function TStompFrame.OutputBytes: TBytes; begin Result := TEncoding.UTF8.GetBytes(FCommand + LINE_END + FHeaders.Output + LINE_END) + GetBytesBody + TEncoding.UTF8.GetBytes(COMMAND_END); end; ``` Error: >...

Hi @danieleteti, When I try to authenticate with an invalid user, that server returns "Stopping tcp: //127.0.0.1:49367 because Failed with SecurityException: User name [guest] or password is invalid.", The **InternalReceiveINDY**...

We are using this project in our company, and in some case using as a gitsubmodule, in this cases we are creating a project file outside of the repository to...

How to reconnect after the connection loss? StompClient doesn't do this automatically. Heartbeat is enabled, it throws "10057 Socket is not connected" when encounters a problem and changes `Connected` to...

Delphi XE2 backwards compatibility fix: 1. Change {$IFEND} to {$ENDIF} 2. Indy SSL Versions sslvTLSv1_1 and sslvTLSv1_2 was added in Delphi XE3 and later. Lazarus 1.6.2, fpc-3.0.0 backwards compatibility fix:...

In function SendFrame , FSynapseTCP.SendBytes(AFrame.OutputBytes) .but SynpaseTCP no SendBytes function。 only SendByte.

Hi. How to use the TMVCController class in DLL? In DLL `... TAdminCntrl = class(TMVCController) end; function getController(const AMVC: TMVCEngine): TMVCControllerClass; stdcall; exports getController; implementation uses SysUtils, MVCFramework.Session, System.JSON; function...

Please add list of supported Delphi versions into readme.md, so that it could be seen up front.

Hi I'm trying run tutorial examples at my Delphi XE and got a lot of errors during build the project something like that : [DCC Error] StompClient.pas(357): E2010 Incompatible types:...