Hello :)
I encountered for my opinion strange behaviour. I have a client who is sends out an event which is unknown to the server. But instead of returning nothing, the server returns an acknowledgement byte, so that the callback of the client gets triggered.
I tried the same behaviour with the nodejs version of socketio and there everything works as expected.
So my question is now:
Is this a configuration I could do or is this intended behaviour or could it even be a bug?
I'm running the latest version: 5.5.0
I'm using AsyncServer with aiohttp.
Thanks in advance for an answer 😄
Hello :)
I encountered for my opinion strange behaviour. I have a client who is sends out an event which is unknown to the server. But instead of returning nothing, the server returns an acknowledgement byte, so that the callback of the client gets triggered.
I tried the same behaviour with the nodejs version of socketio and there everything works as expected.
So my question is now:
Is this a configuration I could do or is this intended behaviour or could it even be a bug?
I'm running the latest version: 5.5.0
I'm using AsyncServer with aiohttp.
Thanks in advance for an answer 😄