Questions tagged [cometd.net]
4 questions
3
votes
0 answers
Setting Cookie Domain in CometD
CometD .NET is throwing an exception when calling the setCookie(string, string) method on BayeuxClient because I haven't set a domain for these cookies, but I don't see a property or method to set the domain, and none of the overloads on…

lukiffer
- 11,025
- 8
- 46
- 70
2
votes
1 answer
E*Trade API Streaming with CometD
I have been using a .net library to create an oauth session, and submit, modify and cancel orders using the ETRADE api. Now I need to listen for account & order events. As per the ETRADE API documentation, they use CometD & long poling. I did find a…

Jimmy
- 5,131
- 9
- 55
- 81
1
vote
0 answers
Cannot receive CometD messages on .NET
I am developing WinForm desktop application. I am successfully handshaking with CometD server and then sending change requests to the server. I am sure that requests are successfully received and request command is done by the server and finally…

cihadakt
- 3,054
- 11
- 37
- 59
1
vote
3 answers
Which technology to choose for PubSub between java service and C# client
Which technology would you suggest for PubSub between Java Service and C# desktop client.
What do you think about CometD? Is there any nice .net API for it?
Server and client will run within the same organization so can use different protocols
Is…

Lufa
- 51
- 4