2fas-server/internal/websocket/common
Krzysztof Dryś 4f2707c07f
fix: concurrency problems in ws handler (#14)
* fix: concurrency problems in ws handler

Synchronise access to hubs, properly remove hubs when they no longer
have clients.
2023-11-22 09:34:57 +01:00
..
client.go fix: concurrency problems in ws handler (#14) 2023-11-22 09:34:57 +01:00
handler.go fix: concurrency problems in ws handler (#14) 2023-11-22 09:34:57 +01:00
hub_pool_test.go fix: concurrency problems in ws handler (#14) 2023-11-22 09:34:57 +01:00
hub_pool.go fix: concurrency problems in ws handler (#14) 2023-11-22 09:34:57 +01:00
hub.go fix: concurrency problems in ws handler (#14) 2023-11-22 09:34:57 +01:00