Skip to content

Commit

Permalink
Fixed bug with sockets not reconnecting
Browse files Browse the repository at this point in the history
  • Loading branch information
arwassa committed Jun 6, 2019
1 parent 12aa99a commit 57ea992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/net.moon
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ class NetworkInterfaceManager
@nextRequestId += 1
requestId = @nextRequestId
leaf.__socketSubject = AsyncSubject.create()
t = Timer(2, -1, @serviceManager)
t = Timer(2, math.huge, @serviceManager)
args = {...}
@requestSocketsIds[requestId] = {
sub: leaf.__socketSubject,
Expand Down

0 comments on commit 57ea992

Please sign in to comment.