Skip to content

10.1.0: Socket & header accessors

Compare
Choose a tag to compare
@thekid thekid released this 27 Jan 20:07
· 41 commits to master since this release
  • Added Message::getHeader() to access a header by its name - @thekid
  • Fixed Destination instances' string representations - @thekid
  • Changed Connection::connect() to return the connection itself,
    enabling a fluent programming style.
    (@thekid)
  • Added accessor for underlying socket to peer.stomp.Connection class
    to support select()ing on it.
    (@thekid)
  • Fixed value encoding in headers, see "Value Encoding" in specification:
    https://stomp.github.io/stomp-specification-1.2.html#Value_Encoding
    (@thekid)
  • Fixed reading frames with content-length:0 - @thekid