bryceg / Owin.WebSocket

A library for handling OWIN WebSocket connections
MIT License
47 stars 28 forks source link

Deployment on Mono Selfhost #22

Open scanwavecode opened 8 years ago

scanwavecode commented 8 years ago

Hello,

Thanks for the great library. I got it to work on self host - web API - windows, but when I deploy the self host on mono, I start receiving 400 responses for connection attempts.

Did you try that before? any clues you can help me with?

Many thanks in advance,

Yaser

raffaeler commented 8 years ago

+1 What is missing to make it work on Mono? I see the websocket.accept OWIN entry is empty but it's not clear to me who should fill it ...