Git Product home page Git Product logo

delphistompclient's People

Watchers

 avatar

delphistompclient's Issues

Memory Leak in TStompHeaders

TStompHeaders stores TKeyValue records in a TList by a pointer to a New'd
memory. The memory is free'd with FreeMem which actually deletes the
string references of the TKeyValue record, but not the strings. I verified
this problem with AQTime. 

Original issue reported on code.google.com by [email protected] on 14 Apr 2011 at 9:10

Update Source StompClient

Hello,

I have updade source for Stomp client :

a) Add NotifyEvent StompConnect

b) Support send text encoded (ASCII, ANSI, UTF8, delphi unicode

c) Support received text encoded


best regard,

Gérald CHENAVIER



Original issue reported on code.google.com by [email protected] on 27 Jan 2011 at 4:40

Attachments:

Fix for QueryInterface problem in Lazarus

What steps will reproduce the problem?

1. Unable to load library in Lazarus due to bad definition of QueryInterface

 function QueryInterface(const IID: TGUID; out Obj)

to make the function cross compiler - you can use the following declaration. 


    function QueryInterface({$IFDEF FPC_HAS_CONSTREF}constref{$ELSE}const{$ENDIF} iid : tguid;out obj) : longint;{$IFNDEF WINDOWS}cdecl{$ELSE}stdcall{$ENDIF};

Attached are the files 

Original issue reported on code.google.com by [email protected] on 4 Aug 2014 at 6:17

Attachments:

I cannot compile the chat demo

I use the delphi2007 run the chat demo,raise the error 
"StompClient.pas(119):F1026 File not found:'Character.dcu',How can I get the 
file?


Original issue reported on code.google.com by [email protected] on 10 Oct 2012 at 7:33

W1035 "return value may be undefined" warnings in TStompClientListener

What steps will reproduce the problem?
1. do a full build

What is the expected output? What do you see instead?
-> I want to see no errors, warnings, hints.
-> I get three W1035 warnings because the IUnknown methods of 
TStompClientListener do not only never assign a retval, but completely lack 
implementation

What version of the product are you using? On what operating system?
-> trunk/head with Delphi XE 

Please provide any additional information below.



Original issue reported on code.google.com by [email protected] on 20 Nov 2013 at 5:43

Extra character in each frame

StompTypes.TStompFrame.Output adds an extra LINE_END between the body and
the COMMAND_END. As long as you are just using this StompClient,
everything seems to be fine as this extra character is removed in
StompTypes.StompUtils.CreateFrame, but if you use a Java client or e.g.
the ActiveMQ WebInterface to send a message, the Delphi StompClient will
lose the last character of the message body. 

Original issue reported on code.google.com by [email protected] on 14 Apr 2011 at 9:10

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.