autobahnws Questions
1
Solved
My android app starts a service that opens a websocket to communicate to a remote server. The service spawns a thread whose run method looks like this.
public void run() {
try {
super.run();
f...
Parthenia asked 16/10, 2017 at 23:50
2
Solved
I want to connect to the Push API of Poloniex. On their page they write the following:
In order to use the push API, connect to wss://api.poloniex.com and subscribe to the desired feed.
wss =...
Ybarra asked 26/12, 2015 at 0:34
1
Solved
I have an Autobahn Python client application using Twisted which is connected to a Crossbar.io server. The client application can successfully reconnect after losing network connectivity using the ...
Phototonus asked 11/9, 2015 at 0:21
1
Solved
Assuming that you use only Autobahn connection (not raw WebSocket).
How can we test WITHOUT network, our RPC methods and events?
As it is Twisted, I think that the most appropriate tool would be T...
Acetanilide asked 22/3, 2015 at 21:10
1
Since Autobahn is isolated from the application server,
How can we track the online or offline status of the user ?
Ln asked 2/1, 2015 at 10:45
1
© 2022 - 2024 — McMap. All rights reserved.