Skip to content

Commit

Permalink
Make network processes synchronous
Browse files Browse the repository at this point in the history
- Fixes #8
  • Loading branch information
wynro committed Aug 13, 2017
1 parent 469cd3b commit 7110ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-server.el
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function.
:service (port server)
:filter 'ws-filter
:server t
:nowait t
:nowait nil
:family 'ipv4
:coding 'no-conversion
:plist (append (list :server server)
Expand Down

0 comments on commit 7110ffa

Please sign in to comment.