-
The client in example keeps disconnecting when using it together with https://github.com/tzapu/WiFiManager
The client is connecting to the socket.io server but after that it disconnects rapidly.
…
-
Hello,
I tried using this repo for the remote access ios devices. I was able to install WebDriverAgent on app and start the node. I am able to see the device on the local server. But when I click on …
-
I am having trouble to retrieve messages back into the app, so far I am successful sending message from the app to server and also displaying them into the console.log() by using
`self.socket.emit("c…
-
let manager = SocketManager(socketURL: URL(string: "http://xxx.xxx.x.x:5000")!, config: [.log(true)])
socket = manager.defaultSocket
// Below method is never called.
…
-
Hi,
first of all great work so far. I've got stuck on a problem with retrieving emitted events in Nodejs. It recognizes the esp8266 and registers the esp as socket client successfully. The esp is con…
-
Hi
I use feathersjs for real-time backend it provides a package for client called featherjs/socketio-client which require socket.io-client io property which is not working with nativescript socketio.…
-
How to concatenate variable double or int to socket.emit ("event name", "\" CHAIN TO SEND \ "")
Achieve send the normal chain, but the ideal is to send the variable that comes from the sensor.
t…
-
@property (nonatomic, strong) SocketManager* manager;
@property (nonatomic, strong) SocketIOClient* socket;
Inside init:
if (self.socket == nil) {
self.manager = [[SocketManager allo…
-
I'm trying to get ssl pinning up and running, but that does not work for me.
``` swift
// Initializing socket io client
let socket = SocketIOClient(socketURL: NSURL(string: "https://my.app.tld")!, op…
ghost updated
6 years ago
-
i am able to connect to the server.but event handlers are not called.
let manager = SocketManager(socketURL: URL(string: "ws://192.168.0.121:8080")!, config: ["connectParams": ["token": token]])
…