Hi!
I’m using ServiceStack on Mono: 4.8.0.
Recently, Google Chrome is giving me these errors in the console window:
GET http://localhost:8080/event-stream?channel=home,events&t=1500371276974 net::ERR_INVALID_CHUNKED_ENCODING
ServerEvents Client won’t work either.
The strange thing is, if i run my application on regular .net 4.5 instead of by Mono Runtime, i don’t have these errors.
Also: should i use the Safari browser, is does work again. (regardless of host)
Any change you came across this before?
Regards,