-
I use mokoSocketIo in Kotlin multiplatform project for both platform, ios and Android. In Android all works as expected. In iOS
I receive the following error when I try to emit text message to the se…
-
### Have I written custom code (as opposed to using a stock example script provided in MediaPipe)
Yes
### OS Platform and Distribution
macOS 14.6.1
### MediaPipe Tasks SDK version
I teste…
-
java.lang.ArrayIndexOutOfBoundsException: length=1; index=1
at com.github.nkzawa.parseqs.ParseQS.decode(SourceFile:28)
at com.github.nkzawa.engineio.client.Socket.(SourceFile:187)
at com.github.…
-
``` python
""" An example for Python Socket.io Client
Requires: six,socketIO_client
"""
from socketIO_client import SocketIO, BaseNamespace
import json
import time
import re
import …
-
# receive extra character when using .on listening method
### client side (python)
python 2.7
OSX
```
import logging
from socketIO_client import SocketIO, BaseNamespace
logging.getLogger('…
-
I have the following solution but it does not work very well. It does not seem to disconnect and is very slow on joining.
```
#!/usr/bin/env python
import time
import threading
from socketIO_client…
-
I'm using socketIO-client-2 v0.7.5 and socket.io v2.0.3. On my machine, those versions doesn't work together.
Are those versions compatible?
socketIO-client-2 v0.7.5 is working good with old v…
-
Hi guys,
so when I run the command "pip install -U socketIO-client" on CMD, here is what I get;
> C:\WINDOWS\system32>pip install -U socketIO-client
Collecting socketIO-client
Using cached h…
-
An error occurred while running the program, prompting the following message:
Traceback (most recent call last):
File "main.py", line 2, in
from flask_app import start_flask_app, stop_fl…
-
Hello sorry i know this will be a basic answer but i've been digging around online for hours and can't find anything to solve it.
I'm getting the follow error:
```
[17-May-2021 12:21:39 UTC] PH…