Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

thread blocking on Linux (Ubuntu 18) #184

Closed
mikeTWC1984 opened this issue Apr 24, 2019 · 2 comments
Closed

thread blocking on Linux (Ubuntu 18) #184

mikeTWC1984 opened this issue Apr 24, 2019 · 2 comments

Comments

@mikeTWC1984
Copy link

mikeTWC1984 commented Apr 24, 2019

Polaris Bug Report

Description of the bug


Came across a weird thread blocking bug when running Polaris on Ubuntu

Steps to reproduce

  1. Open pwsh in terminal
  2. Start-Polaris -port 8888; New-PolarisRoute -path "/route" -ScriptBlock {$Response.Send("test")}
  3. Go to http://localhost:8888/route (either browser or Invoke-WebRequest)
  4. Page hangs
  5. Then if you go back to terminal and hit enter, page loads immediately
@Tiberriver256
Copy link
Contributor

Hey @mikeTWC1984 - Looks like this is a duplicate of #136.

To confirm could you test with Remove-Module PSReadLine and see if the issue goes away? If so, I will close this out to keep the discussion in #136.

@mikeTWC1984
Copy link
Author

It fixed the problem, thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants