Actix-web: start_incoming replacement?

Created on 12 Dec 2018  路  8Comments  路  Source: actix/actix-web

I've noticed that in 0f1c80ccc63840b9da646b268f2e07dd520c6837 start_incoming has been deprecated. However, neither the commit nor the attribute mentions any replacement. What should I migrate to to handle Unix socket connections?

Most helpful comment

i will add uds support directly

All 8 comments

@fafhrd91 ping ?

I鈥檒 add replacement 0.8

it is not possible to implement start_incoming in new architecture

Does that mean the support for Unix sockets has been dropped?

i will add uds support directly

can you provide some example code for UDS?

it is not possible at the moment. actix-server must be extended with uds support

92

Was this page helpful?
0 / 5 - 0 ratings