Thisath Damiru
Thisath Damiru
Hi, There Is A Jitter Between Every Device And The Ice Server, If You Use Devices That Connected To Same WIFI Network, The Both Devices Near To Each Other, So...
Yes, If You Want To Deploy Your Peerjs Application As A Production You Should Use Your Own Peerjs Server. It's Faster Than The Peerjs Cloud Because Many Developers Use Peerjs...
Yes, We can try that one. But also note that , the turn server and the stun server cause jitter between the client and the server. If we improve the...
Hi, In Smarty, the parser doesn’t strictly validate the logic of `else` or `elseif`. It processes the syntax as written. Since `else` doesn’t support conditions and doesn’t throw an error...
Hello, 1. To disable caching for a specific code snippet or include file, wrap the include tag or code snippet with `{nocache}{/nocache} `and remove the `cache_id` attribute from the include...
Then you should use a statement behaviour `{if} {/else}` like ` {if $cache_enabled} {include file='example.tpl'} {else} {nocache} {include file='example.tpl'} {/nocache} {/if}`
It would be better if you provide the proper code snippet that addresses your issue, so I can help you more effectively. We can also optimize the code by understanding...
Hey, Sorry for taking so long. This could be a bug. But here is a solution for you : 1. Edit : /smarty/smarty/src/Compile/Tag/IncludeTag.php 2. Line 137 change from `if (isset($_attr['cache_id']){`...
This is because assigning the cache_id seems to be set as a string and not as a null type
Could you please let me know if it works or not?