Melf11
Melf11
> @zvenson I'm currently working on the possibility to disable the BIC field. how far is it gone?
i could solve it with this: https://stackoverflow.com/a/52121648/7231193
it might help you, i got a similar problem i could never send a second message and after hours of debugging i realized that i had to put a "return"...
got the same problem on different ports since i did a "pod update"
good question... i got it running without any problems now, but i can't remember what i did to fix it. try to clean your project: Product -> Clean. And update...
got a solution: i forgot to read the data receiving from the client, the server has to look like this: ``` #!/usr/bin/perl -w use IO::Socket; use strict; my $server_port =...
i got the same issue.
hi, sorry, i solved my problem with https://github.com/PageMenu/PageMenu that is exaclty what i was searching for. but thanks anyway for your programm!