mirror of
https://github.com/janet-lang/janet
synced 2025-10-30 15:13:03 +00:00
Work on debugging issue with server spawning.
This commit is contained in:
@@ -3766,7 +3766,7 @@
|
||||
[host port &opt handler type]
|
||||
(def s (net/listen host port type))
|
||||
(if handler
|
||||
(ev/call (fn [] (net/accept-loop s handler))))
|
||||
(ev/go (fn [] (net/accept-loop s handler))))
|
||||
s))
|
||||
|
||||
###
|
||||
|
||||
Reference in New Issue
Block a user