Bowarc / crates

Collection of small crates i use in my projects
1 stars 0 forks source link

Networking proxy config #8

Closed Bowarc closed 11 months ago

Bowarc commented 11 months ago

Atm, every msg sent by the client to the proxy is not read when the proxy is disconnected from the server.

As soon as the proxy connects to the server, every msg in the channel queue is sent to the server.

This could be a problem

Add an option to clear the queue on connect