MCPcopy
hub / github.com/deepstreamIO/deepstream.io / receivedTooManyLoginAttempts

Function receivedTooManyLoginAttempts

test-e2e/framework/client.ts:54–60  ·  view source on GitHub ↗
(clientExpression: string)

Source from the content-addressed store, hash-verified

52 },
53
54 receivedTooManyLoginAttempts (clientExpression: string) {
55 clientHandler.getClients(clientExpression).forEach((client) => {
56 const errorSpy = client.error[TOPIC[TOPIC.AUTH]][AUTH_ACTION[AUTH_ACTION.TOO_MANY_AUTH_ATTEMPTS]]
57 sinon.assert.calledOnce(errorSpy)
58 errorSpy.resetHistory()
59 })
60 },
61
62 recievesNoLoginResponse (clientExpression: string) {
63 clientHandler.getClients(clientExpression).forEach((client) => {

Callers

nothing calls this directly

Calls 1

forEachMethod · 0.80

Tested by

no test coverage detected