Serpens66
Serpens66
If you want to add sth to the cpython issue, please let us know. If not, it seems the devs there convinced me that there is no urgent need to...
Thank you. I never used this "define variables in classes outside of a method" yet, but if it works than this is a good solution, thanks :) What do you...
+1 I also would like to see this :) I think this is even mandatory to add latency ( https://github.com/aaugustin/websockets/issues/1195 ) , because eg. one could send the current timestamp...
Not sure if this is what you mean with 2) , but ws4py does it like this: https://github.com/Lawouach/WebSocket-for-Python/blob/a3e6d157b7bb1da1009e66aa750170f1c07aa143/ws4py/messaging.py#L12 (putting the bytes into PongControlMessage which I can do str(pong) to get...
Hi, thank you for your work :) I was just going to suggest an Export/Import feature, but since this open issue sounds similar, I will for now add my suggestion...
works fine on my side. Did it work previously on your side or are you new to modding ? (so maybe you need explanation how to install mods and modloader?)
thank you for the fast response :) would be great if one could pack the api into a dll :) Since I'm no programmer I have no clue how, but...
this is how websockets solved it (to have the code compatible with lower and higher python versions): https://github.com/aaugustin/websockets/blob/9e960b508988c4049eb9f3377c505f506a3af060/src/websockets/legacy/compatibility.py#L10