Bitz

Results 7 comments of Bitz

Hello, did you find any information about this? I am currently looking for a way to programmatically reset the limit per client/ip.

I really do appreciate the teams stance of "maybe if we ignore it, it will go away". The astounding thing about this is that this is an incredibly simplistic use...

I actually just came here to suggest this. Uh- yeah, support!

You are missing the promises polyfill.

Hey, I know this topic is a bit old, but this is the way I've been doing it - _ws.OnClose += WsOnOnClose; private void WsOnOnClose(object sender, CloseEventArgs closeEventArgs) { if...

@Zure1, Yes, but do I suggest leaving it in as it will keep retrying constantly- which may be a bit unhealthy for your application, also, the 10 seconds sleep gives...