You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is a bug, but if I'm doing something wrong then what? Why won't it work? Is it because the repl.it environment doesn't have needed dependencies?
The text was updated successfully, but these errors were encountered:
When using pyenet in a python project on repl.it a peer will stay connecting forever.
I have tested this locally on my mac and the output would be (as expected)
Is still connecting: False
35.225.183.118:42775: CONNECT
However when attempting to run in repl.it you would get this forever:
Is still connecting: True
Is still connecting: True
Is still connecting: True
Here is a repl you can run the code on yourself: https://replit.com/@theblakiemon/ENET-Test#main.py
I think this is a bug, but if I'm doing something wrong then what? Why won't it work? Is it because the repl.it environment doesn't have needed dependencies?
The text was updated successfully, but these errors were encountered: