Stomp.Net
Stomp.Net copied to clipboard
.Net STOMP client library
Closes #18
Closes #19
Once Extend is updated ie License Expression set and compiled for a modern TFM, the dependency should also be updated in this project.
### Describe the feature. I want my application's and libraries to be as small as possible and the minimum amount of dependencies. #### Is your feature related to a problem?...
### Summary I wish for the nuget packages to have the licence expression property set correctly. ### Details The licence expression property should be set to the correct licence type...
Any plans on adding WebSocket support? Thanks!
Does this library support STOMP version 1.2?
Current code composition not allow easily use custom transport without copying lot of code from current classes. Using two small changes in PR is posible to register custom transport like...
Hi Dave, I had a requirement to use Stomp with a pem and a private key file, so I thought I'd share the changes with you...
Hello Dave, Thanks for your contribution. I am trying to build a Sending message software using STOMP 1.0, your lib may be useful. But my implementations are not working. May...