AirDC++ Socket Status #58
Reference in New Issue
Block a user
Delete Branch "service-statuses"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR covers work to achieve the following:
airdcpp-websocket-apiconnectedstatusdisconnectedstatus@@ -32,190 +37,199 @@ function sleep(ms: number): Promise<NodeJS.Timeout> {return new Promise((resolve) => setTimeout(resolve, ms));Shouldn't you just call
connectwithout any arguments since everything is set in the socket options?That's definitely react code :P
I don't see anything that seems wrong at a cursory glance. Lots of stuff I'm not familiar with, much of it project specific. Hopefully I can contribute more after looking at a few more of these/the project as a whole.
@@ -32,190 +37,199 @@ function sleep(ms: number): Promise<NodeJS.Timeout> {return new Promise((resolve) => setTimeout(resolve, ms));Yeah, I never tried testing it without params, after I implemented the change you suggested @maksis. I'll remove the params and push.
@@ -32,190 +37,199 @@ function sleep(ms: number): Promise<NodeJS.Timeout> {return new Promise((resolve) => setTimeout(resolve, ms));@maksis Addressed in
3102b489c8@@ -32,190 +37,199 @@ function sleep(ms: number): Promise<NodeJS.Timeout> {return new Promise((resolve) => setTimeout(resolve, ms));But the same code is still everywhere...
@@ -32,190 +37,199 @@ function sleep(ms: number): Promise<NodeJS.Timeout> {return new Promise((resolve) => setTimeout(resolve, ms));Grrrr... jk. Yes I'll update that
@@ -32,190 +37,199 @@ function sleep(ms: number): Promise<NodeJS.Timeout> {return new Promise((resolve) => setTimeout(resolve, ms));Aaaand done:
1d8dd3ca3e