<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="220168" data-post-id="220168">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="Sebb" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/Sebb/120/21818_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  Sebb
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>yes thats odd, I tried to understand, but I’m not risking any more brain damage looking at too much Erlang code (you saw what happended when I felt clever looking at the cli code).</p>
<p>Over the weekend sometime I’ll write some working sample code. I need:</p>
<ul>
<li>connect (encrypted, username+password)</li>
<li>static list of subscriptions</li>
<li>publish retained</li>
<li>automatic reconnect (which is not handled by emqtt)</li>
</ul> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="220168" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/any-recommendations-on-a-mqtt-client-for-elixir/41028/32">Post #31</a>
	                </div>
	            </div>
              <div id="likers-container-220168" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="220168"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #31"></div>
  </section>
</div>
    <div class="postbit" id="220191" data-post-id="220191">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="brianmay" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/brianmay/120/19386_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  brianmay
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="Sebb" data-post="31" data-topic="41028">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/sebb/48/21818_2.png" class="avatar"> Sebb:</div>
<blockquote>
<p>IPV6 and SSL do not work together …!?</p>
</blockquote>
</aside>
<p>Seems to work here for me. I think. Assuming it is still using IPv6, which I think it is.</p>
<p>1.4.0 builds fine for me. But quicer won’t build with a recent version of cmake. See the bug report above.</p>
<p>Also (as per diff I posted above) I believe for 1.4 if you set the BUILD_WITHOUT_QUIC environment variable, quic will be completely disabled. No tested. Which might be a good thing, it tends to slow down compilation, and I don’t have any use for it.</p>
<p>At one stage I got warnings that emqtt wasn’t listed as a dependency, which was weird. I deleted the <code>deps</code> and <code>_build</code> directories and downloaded again, and this warning disappeared.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="220191" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/any-recommendations-on-a-mqtt-client-for-elixir/41028/33">Post #32</a>
	                </div>
	            </div>
              <div id="likers-container-220191" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="220191"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #32"></div>
  </section>
</div>
    <div class="postbit" id="220281" data-post-id="220281">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="brianmay" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/brianmay/120/19386_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  brianmay
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Publishing an empty string <code>""</code> to a topic seems to result in my mosquitto server complaining about the topic being invalid and disconnecting the client.</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">1626496705: Client robotica-canidae sent topic with invalid UTF-8, disconnecting.
</code></pre>
<p>Despite the error mentioning the topic, it appears to be the data which triggers this.</p>
<p>I believe sending an empty string should be fully supported (it is the way to delete a retained message), not sure what is going on here.</p>
<p>This only happens with the emqtt client.</p>
<p>From a different version of the server I get:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">1626498034: Client test_client disconnected due to malformed packet.
</code></pre> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="220281" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/any-recommendations-on-a-mqtt-client-for-elixir/41028/34">Post #33</a>
	                </div>
	            </div>
              <div id="likers-container-220281" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="220281"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #33"></div>
  </section>
</div>
    <div class="postbit" id="220283" data-post-id="220283">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="brianmay" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/brianmay/120/19386_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  brianmay
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Never mind, somehow I got my topic and data parameters reversed <img src="https://forum.elixirforum.com/images/emoji/apple/frowning.png?v=15" title=":frowning:" class="emoji" alt=":frowning:" loading="lazy" width="20" height="20"></p>
<p>Makes sense now, an empty topic string is not allowed.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="220283" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/any-recommendations-on-a-mqtt-client-for-elixir/41028/35">Post #34</a>
	                </div>
	            </div>
              <div id="likers-container-220283" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="220283"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #34"></div>
  </section>
</div>
    <div class="postbit" id="220634" data-post-id="220634">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="Hanspagh" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/Hanspagh/120/16144_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  Hanspagh
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>I have been using tortoise in production for a while now, without any major issues. The latest release fixed some of the problems we have had. Our use case is very simple, so maybe that is why we haven’t hit any of the problems you described</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="220634" data-batch-url="/posts/batch_likers">
                        2
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/any-recommendations-on-a-mqtt-client-for-elixir/41028/36">Post #35</a>
	                </div>
	            </div>
              <div id="likers-container-220634" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="220634"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #35"></div>
  </section>
</div>
    <div class="postbit" id="224842" data-post-id="224842">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="brianmay" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/brianmay/120/19386_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  brianmay
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>This is the one problem I have with emqtt - no up-to-date hex packages:</p>
<p><a href="https://github.com/emqx/emqtt/issues/133" class="onebox" target="_blank" rel="noopener nofollow ugc">https://github.com/emqx/emqtt/issues/133</a></p>
<p>Which means in turn I can’t upload anything that depends on it to hex either <img src="https://forum.elixirforum.com/images/emoji/apple/frowning.png?v=15" title=":frowning:" class="emoji" alt=":frowning:" loading="lazy" width="20" height="20"></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="224842" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/any-recommendations-on-a-mqtt-client-for-elixir/41028/37">Post #36</a>
	                </div>
	            </div>
              <div id="likers-container-224842" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="224842"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #36"></div>
  </section>
</div>
    <div class="postbit" id="234302" data-post-id="234302">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="alexb" src="/assets/icons/user-9f439610.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  alexb
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Thank you very much for making the emqtt wrapper. I would like to use it for an elixir / phoenix iot project subscribing to a vernemq broker from an elixir backend. Unfortunately i can’t get it running. I always get the following error message:</p>
<p>** (Mix) Could not compile dependency :quicer, “/home/abe/.mix/rebar3 bare compile --paths /home/abe/Code_Linux/mde/mqtt_test/_build/dev/lib/*/ebin” command failed. You can recompile this dependency with “mix deps.compile quicer”, update it with “mix deps.update quicer” or clean it with “mix deps.clean quicer”</p>
<p>Any suggestions would be highly appreciated. <img src="https://forum.elixirforum.com/images/emoji/apple/grinning.png?v=15" title=":grinning:" class="emoji" alt=":grinning:" loading="lazy" width="20" height="20"></p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="234302" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/any-recommendations-on-a-mqtt-client-for-elixir/41028/38">Post #37</a>
	                </div>
	            </div>
              <div id="likers-container-234302" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="234302"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #37"></div>
  </section>
</div>
    <div class="postbit" id="234349" data-post-id="234349">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="brianmay" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/brianmay/120/19386_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  brianmay
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>quicer should build… But you probably don’t need it. Try setting the <code>BUILD_WITHOUT_QUIC=true</code> environment variable. Requires a recent version of emqtt, I suspect the latest version on hex doesn’t have this. Personally I wish this was the default, I generally don’t need quic support.</p>
<p>I have found that with all my applications I have needed to subscribe from dynamic processes. e.g. live views, scenic views, etc. And all my projects use the same code (but different versions) to handle dynamic subscriptions from different processes. So I might end up including this, or something like it in MqttPotion also:</p>
<p><a href="https://github.com/brianmay/scrooge/blob/main/lib/scrooge/mqtt_multiplexer.ex" class="onebox" target="_blank" rel="noopener nofollow ugc">https://github.com/brianmay/scrooge/blob/main/lib/scrooge/mqtt_multiplexer.ex</a></p>
<p>I just noticed some things should be configurable that are currently hard coded (e.g. <code>client_name = PenguinNodes.Mqtt</code>).</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="234349" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/any-recommendations-on-a-mqtt-client-for-elixir/41028/39">Post #38</a>
	                </div>
	            </div>
              <div id="likers-container-234349" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="234349"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #38"></div>
  </section>
</div>
    <div class="postbit" id="258672" data-post-id="258672">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="brianmay" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/brianmay/120/19386_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  brianmay
                    <span class="op-star" title="Thread Starter">
                      <img alt="OP" class="op-star-icon" src="/assets/thread-icons/thread-icon-thread-starter-df91e872.png" />
                    </span>
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Am having second thoughts on using emqtt. Randomly the connection keeps going down. Client:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">10:28:29.066 [warn]  [MqttPotion] Disconnect received: reason :shutdown, properties: :ssl_closed
10:28:29.067 [info]  Got disconnected :shutdown :ssl_closed.
10:28:29.068 [warn]  [MqttPotion] Got Exit
10:28:29.116 [info]  [MqttPotion] Connected #PID&lt;0.19392.1&gt;
10:28:29.116 [info]  Got connected.
</code></pre>
<p>Server:</p>
<pre data-code-wrap="elixir"><code class="lang-elixir">1660645709: Client robotica-nerves-c775 has exceeded timeout, disconnecting.
1660645709: New connection from 2001:44b8:4112:8a10:ba27:ebff:fe5a:9220:52780 on port 8883.
1660645709: New client connected from 2001:44b8:4112:8a10:ba27:ebff:fe5a:9220:52780 as robotica-nerves-c77
5 (p5, c1, k30, u'robotica').
</code></pre>
<p>Still investigating this. But really wish I didn’t have to debug mqtt libraries.</p>
<p>At first I thought maybe emqtt isn’t sending the keepalive packets. So added some debugging, in emqtt, it seems to be working fine. But then it stopped crashing on the test system also.</p>
<p>Also seeing an unrelated process - one that publishes messages using <code>MqttPotion.publish</code> which is just a call to <code>GenServer.cast</code> - hang for long periods of time when the above happens. Which doesn’t make any sense. I used cast precisely to prevent mqtt errors interfering with the process that wants to publish messages.</p>
<p>Or maybe just a coincidence that my process stopped working at the same time. Will add more debug statements to try to work this out. But debugging random intermittent faults is painful.</p>
<p>So far I have noticed that if there is any error in the connection, the <code>emqtt</code> process exits. Which means any packets in transit will get lost, even if they have qos==1 or qos==2. Or maybe I am suppose to i implement these myself. Without good documentation this is somewhat confusing.</p>
<p>Will keep trying but wondering if I should rewrite this in some language that has good mqtt client support.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="258672" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/any-recommendations-on-a-mqtt-client-for-elixir/41028/40">Post #39</a>
	                </div>
	            </div>
              <div id="likers-container-258672" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="258672"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #39"></div>
  </section>
</div>
    <div class="postbit" id="258674" data-post-id="258674">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="Sebb" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/Sebb/120/21818_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  Sebb
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="brianmay" data-post="40" data-topic="41028">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/brianmay/48/19386_2.png" class="avatar"> brianmay:</div>
<blockquote>
<pre data-code-wrap="elixir"><code class="lang-elixir">1660645709: Client robotica-nerves-c775 has exceeded timeout, disconnecting.
1660645709: New connection from 2001:44b8:4112:8a10:ba27:ebff:fe5a:9220:52780 on port 8883.
1660645709: New client connected from 2001:44b8:4112:8a10:ba27:ebff:fe5a:9220:52780 as robotica-nerves-c77
5 
</code></pre>
</blockquote>
</aside>
<p>Looks like another client with the same ID coming in, kicking the old one out.<br>
But the “timeout” error message is odd.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="258674" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/any-recommendations-on-a-mqtt-client-for-elixir/41028/41">Post #40</a>
	                </div>
	            </div>
              <div id="likers-container-258674" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="258674"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #40"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <a class="load-more-button" data-turbo-stream="true" href="/topics/41028/load_more?page=5">Load more posts (11 remaining)</a>
</div></template></turbo-stream>