Closed
Description
Following is a minimal example (will crash your session):
library(httpuv)
library(later)
server <- startDaemonizedServer('127.0.0.1', 8080L, list(call = function(req) {list(status=200L, headers=list('Content-Type' = 'text/html'), body = '')}))
later::later(function() {stopDaemonizedServer(server)}, 1)
This is observed running R 3.2.2 on macOS 10.12.5
Metadata
Metadata
Assignees
Labels
No labels